dotgnu-pnet-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dotgnu-pnet-commits] CVS: pnet/support gen_errno.sh,1.4,1.5


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnet/support gen_errno.sh,1.4,1.5
Date: Wed, 14 May 2003 22:07:24 -0400

Update of /cvsroot/dotgnu-pnet/pnet/support
In directory subversions:/tmp/cvs-serv10218/support

Modified Files:
        gen_errno.sh 
Log Message:


Look for both EINVAL and ENOSYS in errno.h files because some
systems don't have EINVAL.


Index: gen_errno.sh
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/support/gen_errno.sh,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** gen_errno.sh        16 Feb 2003 10:54:58 -0000      1.4
--- gen_errno.sh        15 May 2003 02:07:22 -0000      1.5
***************
*** 43,46 ****
--- 43,51 ----
                        if test -n "$CHKLINE"; then
                                FILE="$f"
+                       else
+                               CHKLINE=`grep ENOSYS "$f"`
+                               if test -n "$CHKLINE"; then
+                                       FILE="$f"
+                               fi
                        fi
                fi





reply via email to

[Prev in Thread] Current Thread [Next in Thread]