Fixed typo

This commit is contained in:
ceriel 1991-12-18 09:22:13 +00:00
parent 8aff7d0e91
commit 27e3ba5880
2 changed files with 2 additions and 2 deletions

View File

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

View File

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