From e0ecd728fbf5551cdb076b73a2a1256b85f0017b Mon Sep 17 00:00:00 2001 From: Richard Basch Date: Thu, 4 Jan 1996 05:39:37 +0000 Subject: Removed sys/fcntl.h checking (always use fcntl.h instead) git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7268 dc483132-0cff-0310-8789-dd5450dbe970 --- src/include/k5-int.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/include') diff --git a/src/include/k5-int.h b/src/include/k5-int.h index ce2033613..24cec4fa9 100644 --- a/src/include/k5-int.h +++ b/src/include/k5-int.h @@ -209,7 +209,6 @@ typedef unsigned int size_t; #if defined(_MACINTOSH) - #ifdef NEED_LOWLEVEL_IO #include #endif @@ -633,12 +632,7 @@ extern char *strdup KRB5_PROTOTYPE((const char *)); friends */ #endif -#if defined(SYSV) || defined(_AIX) #include -#endif -#ifdef NEED_SYS_FCNTL_H -#include -#endif #endif /* KRB5_SYSINCL__ */ /* -- cgit