projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4281a62
)
Add include config.h for POSIX_FILE_LOCKS
author
Theodore Tso
<tytso@mit.edu>
Mon, 24 Oct 1994 20:36:43 +0000
(20:36 +0000)
committer
Theodore Tso
<tytso@mit.edu>
Mon, 24 Oct 1994 20:36:43 +0000
(20:36 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4570
dc483132
-0cff-0310-8789-
dd5450dbe970
src/lib/kdb/kdb_dbm.c
patch
|
blob
|
history
diff --git
a/src/lib/kdb/kdb_dbm.c
b/src/lib/kdb/kdb_dbm.c
index 383d6d1b66976cba320fd9445f1bd788ca4761d1..ab836e41fb4050c97dda787bac8b00543d16a792 100644
(file)
--- a/
src/lib/kdb/kdb_dbm.c
+++ b/
src/lib/kdb/kdb_dbm.c
@@
-36,8
+36,9
@@
#include <errno.h>
#include <sys/types.h>
#include <utime.h>
+#include <krb5/config.h>
-#if
defined (POSIX_FILE_LOCKS) && !defined(unicos61)
+#if
def POSIX_FILE_LOCKS
#include <fcntl.h>
#endif