From 7529415daf13b125e4170a5146d06e553a0bbca5 Mon Sep 17 00:00:00 2001 From: John Kohl Date: Mon, 29 Oct 1990 15:45:03 +0000 Subject: some SYSV changes git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1368 dc483132-0cff-0310-8789-dd5450dbe970 --- src/include/krb5/sysincl.h | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'src/include') diff --git a/src/include/krb5/sysincl.h b/src/include/krb5/sysincl.h index b53bd3672..622964aac 100644 --- a/src/include/krb5/sysincl.h +++ b/src/include/krb5/sysincl.h @@ -28,5 +28,15 @@ #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 */ + #endif #endif /* KRB5_SYSINCL__ */ -- cgit