From 3c338b9a3f118b643934b39ea11c459976e02f3b Mon Sep 17 00:00:00 2001 From: ceriel Date: Wed, 18 Dec 1991 09:22:13 +0000 Subject: [PATCH] Fixed typo --- include/_tail_cc/sys/errno.h | 2 +- lang/cem/libcc.ansi/headers/sys/errno.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/_tail_cc/sys/errno.h b/include/_tail_cc/sys/errno.h index 61186d970..919523699 100644 --- a/include/_tail_cc/sys/errno.h +++ b/include/_tail_cc/sys/errno.h @@ -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 */ diff --git a/lang/cem/libcc.ansi/headers/sys/errno.h b/lang/cem/libcc.ansi/headers/sys/errno.h index 61186d970..919523699 100644 --- a/lang/cem/libcc.ansi/headers/sys/errno.h +++ b/lang/cem/libcc.ansi/headers/sys/errno.h @@ -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 */ -- 2.34.1