diff options
| author | Tom Yu <tlyu@mit.edu> | 1994-06-22 03:56:11 +0000 |
|---|---|---|
| committer | Tom Yu <tlyu@mit.edu> | 1994-06-22 03:56:11 +0000 |
| commit | 0ab865e7c5cd2ea7218a39f04ccc56413b559820 (patch) | |
| tree | cc37601cf18958a66bbaf2ecd1884e38be370594 /src/include | |
| parent | de142f5153c4f2443463ee5bf1cc7ffd09e36fef (diff) | |
| download | krb5-0ab865e7c5cd2ea7218a39f04ccc56413b559820.tar.gz krb5-0ab865e7c5cd2ea7218a39f04ccc56413b559820.tar.xz krb5-0ab865e7c5cd2ea7218a39f04ccc56413b559820.zip | |
* 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
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/krb5/sysincl.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/include/krb5/sysincl.h b/src/include/krb5/sysincl.h index bab317e258..260846939c 100644 --- a/src/include/krb5/sysincl.h +++ b/src/include/krb5/sysincl.h @@ -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) |
