diff options
-rw-r--r-- | choose.c | 4 | ||||
-rw-r--r-- | signals.c | 7 |
2 files changed, 0 insertions, 11 deletions
@@ -42,16 +42,12 @@ in this Software without prior written authorization from The Open Group. #ifdef SYSV #include <dirent.h> #else -#ifdef USG -#include <dirent.h> -#else #include <sys/dir.h> #ifndef dirent #define dirent direct #endif #endif #endif -#endif static Pixel save_message_foreground; static Pixel save_message_background; @@ -36,12 +36,6 @@ in this Software without prior written authorization from The Open Group. #include "save.h" #include <errno.h> -#ifdef USG -#ifndef __TYPES__ -#include <sys/types.h> /* forgot to protect it... */ -#define __TYPES__ -#endif /* __TYPES__ */ -#else #if defined(_POSIX_SOURCE) && defined(MOTOROLA) #undef _POSIX_SOURCE #include <sys/types.h> @@ -49,7 +43,6 @@ in this Software without prior written authorization from The Open Group. #else #include <sys/types.h> #endif -#endif /* USG */ #ifdef X_POSIX_C_SOURCE #define _POSIX_C_SOURCE X_POSIX_C_SOURCE |