Only include <sys/file.h> if building with BSD_DB
authorTheodore Tso <tytso@mit.edu>
Wed, 24 Jul 1996 22:35:06 +0000 (22:35 +0000)
committerTheodore Tso <tytso@mit.edu>
Wed, 24 Jul 1996 22:35:06 +0000 (22:35 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@8807 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/gssapi/generic/ChangeLog
src/lib/gssapi/generic/util_validate.c

index edd7bf042dc1f2d1e2b3731082d8fb6d0db70e0c..3b0f1fb86b0273200927390c02dd36ace0b2912f 100644 (file)
@@ -1,5 +1,7 @@
 Tue Jul 23 16:44:50 1996  Theodore Y. Ts'o  <tytso@mit.edu>
 
+       * util_validate.c: Only include <sys/file.h> if building with BSD_DB.
+
        * gssapiP_generic.h: Must include k5-int.h on Windows and
                Macintosh builds.
 
index 63f55285984de33c0bf21779d747afa44f03c7a8..179968056ec1563eb249c998effdd241dd101f8f 100644 (file)
 #include "gssapiP_generic.h"
 
 #include <sys/types.h>
-#include <sys/file.h>
 #include <fcntl.h>
 #include <limits.h>
 #ifdef HAVE_BSD_DB
+#include <sys/file.h>
 #include <db.h>
 
 static const int one = 1;