diff options
| author | Richard Basch <probe@mit.edu> | 1996-01-04 05:39:37 +0000 |
|---|---|---|
| committer | Richard Basch <probe@mit.edu> | 1996-01-04 05:39:37 +0000 |
| commit | e0ecd728fbf5551cdb076b73a2a1256b85f0017b (patch) | |
| tree | f2a83da265f51bf9110283a317afac1841991f99 /src/include | |
| parent | 1d372cd85187937087665c706b1e217de286ac48 (diff) | |
| download | krb5-e0ecd728fbf5551cdb076b73a2a1256b85f0017b.tar.gz krb5-e0ecd728fbf5551cdb076b73a2a1256b85f0017b.tar.xz krb5-e0ecd728fbf5551cdb076b73a2a1256b85f0017b.zip | |
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
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/k5-int.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/include/k5-int.h b/src/include/k5-int.h index ce20336132..24cec4fa90 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 <fcntl.h> #endif @@ -633,12 +632,7 @@ extern char *strdup KRB5_PROTOTYPE((const char *)); friends */ #endif -#if defined(SYSV) || defined(_AIX) #include <fcntl.h> -#endif -#ifdef NEED_SYS_FCNTL_H -#include <sys/fcntl.h> -#endif #endif /* KRB5_SYSINCL__ */ /* |
