From 0ab865e7c5cd2ea7218a39f04ccc56413b559820 Mon Sep 17 00:00:00 2001 From: Tom Yu Date: Wed, 22 Jun 1994 03:56:11 +0000 Subject: [PATCH] * 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 --- src/include/krb5/sysincl.h | 7 ------- 1 file changed, 7 deletions(-) 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) -- 2.26.2