From 47fb969665af4592c3662a2108cffd0a40e2da53 Mon Sep 17 00:00:00 2001 From: John Carr Date: Sun, 23 Feb 1992 12:07:27 +0000 Subject: [PATCH] Always include ; on AIX or SYSV include too git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2214 dc483132-0cff-0310-8789-dd5450dbe970 --- src/include/krb5/sysincl.h | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/src/include/krb5/sysincl.h b/src/include/krb5/sysincl.h index 05315e077..26ad0d44a 100644 --- a/src/include/krb5/sysincl.h +++ b/src/include/krb5/sysincl.h @@ -44,19 +44,18 @@ #endif #include /* struct stat, stat() */ #include /* MAXPATHLEN */ -#if defined(unix) || defined(__unix__) + #include /* prototypes for file-related syscalls; flags for open & friends */ -#ifdef SYSV -#include -#endif - #ifndef L_SET #define L_SET 0 /* absolute offset */ #define L_INCR 1 /* relative to current offset */ #define L_XTND 2 /* relative to end of file */ #endif /* L_SET */ +#if defined(SYSV) || defined(_AIX) +#include #endif + #endif /* KRB5_SYSINCL__ */ -- 2.26.2