Browse Source

Fixed typo

ceriel 32 years ago
parent
commit
27e3ba5880
2 changed files with 2 additions and 2 deletions
  1. 1 1
      include/_tail_cc/sys/errno.h
  2. 1 1
      lang/cem/libcc.ansi/headers/sys/errno.h

+ 1 - 1
include/_tail_cc/sys/errno.h

@@ -54,7 +54,7 @@
 #define	EDEADLK		45	/* DeadLock */
 #define	EDEADLK		45	/* DeadLock */
 #endif	/* __USG */
 #endif	/* __USG */
 
 
-#if	defined(__BDS4_2)
+#if	defined(__BSD4_2)
 /* non-blocking and interrupt i/o */
 /* non-blocking and interrupt i/o */
 #define	EWOULDBLOCK	35	/* Operation would block */
 #define	EWOULDBLOCK	35	/* Operation would block */
 #define	EINPROGRESS	36	/* Operation now in progress */
 #define	EINPROGRESS	36	/* Operation now in progress */

+ 1 - 1
lang/cem/libcc.ansi/headers/sys/errno.h

@@ -54,7 +54,7 @@
 #define	EDEADLK		45	/* DeadLock */
 #define	EDEADLK		45	/* DeadLock */
 #endif	/* __USG */
 #endif	/* __USG */
 
 
-#if	defined(__BDS4_2)
+#if	defined(__BSD4_2)
 /* non-blocking and interrupt i/o */
 /* non-blocking and interrupt i/o */
 #define	EWOULDBLOCK	35	/* Operation would block */
 #define	EWOULDBLOCK	35	/* Operation would block */
 #define	EINPROGRESS	36	/* Operation now in progress */
 #define	EINPROGRESS	36	/* Operation now in progress */