From: Tom Yu Date: Wed, 22 Jun 1994 03:56:11 +0000 (+0000) Subject: * pulling this out to avoid redef'ing in unistd.h X-Git-Tag: krb5-1.0-beta4.1~34 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=0ab865e7c5cd2ea7218a39f04ccc56413b559820;p=krb5.git * pulling this out to avoid redef'ing in unistd.h git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@3888 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/include/krb5/sysincl.h b/src/include/krb5/sysincl.h index bab317e25..260846939 100644 --- a/src/include/krb5/sysincl.h +++ b/src/include/krb5/sysincl.h @@ -48,13 +48,6 @@ #include /* prototypes for file-related syscalls; flags for open & friends */ -/* this doesn't work under solaris. Use SEEK_* instead anyway... */ -#ifndef SEEK_SET -#define SEEK_SET L_SET /* absolute offset */ -#define SEEK_CUR L_INCR /* relative to current offset */ -#define SEEK_END L_XTND /* relative to end of file */ -#endif /* SEEK_SET */ - #ifndef FD_SET #define FD_SETSIZE (sizeof (fd_set) * 8)