projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3bfe536
)
some SYSV changes
author
John Kohl
<jtkohl@mit.edu>
Mon, 29 Oct 1990 15:45:03 +0000
(15:45 +0000)
committer
John Kohl
<jtkohl@mit.edu>
Mon, 29 Oct 1990 15:45:03 +0000
(15:45 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1368
dc483132
-0cff-0310-8789-
dd5450dbe970
src/include/krb5/sysincl.h
patch
|
blob
|
history
diff --git
a/src/include/krb5/sysincl.h
b/src/include/krb5/sysincl.h
index b53bd36723d972676d5ea4bff4ca23f12eb7d4aa..622964aac4b4a22acf4b4885e821e864ec896d81 100644
(file)
--- a/
src/include/krb5/sysincl.h
+++ b/
src/include/krb5/sysincl.h
@@
-28,5
+28,15
@@
#include <sys/file.h> /* prototypes for file-related
syscalls; flags for open &
friends */
+#ifdef SYSV
+#include <sys/fcntl.h>
+#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 */
+
#endif
#endif /* KRB5_SYSINCL__ */