Skip to content

Commit

Permalink
* pulling this out to avoid redef'ing in unistd.h
Browse files Browse the repository at this point in the history
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@3888 dc483132-0cff-0310-8789-dd5450dbe970
  • Loading branch information
tlyu committed Jun 22, 1994
1 parent c35ba56 commit 34ac1e9
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/include/krb5/sysincl.h
Expand Up @@ -48,13 +48,6 @@
#include <sys/file.h> /* 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)

Expand Down

0 comments on commit 34ac1e9

Please sign in to comment.