diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-04-04 16:45:26 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-04-04 16:45:26 +0000 |
commit | c1614ca2bd1e5893b747304e084a4c7ff1351f4e (patch) | |
tree | f4e5d5e505d7b0936f752ad7b8f658426e5bdaa4 /lib/libc/sys | |
parent | fa5be3dd31e57a10722ef88bf4366845d2190e04 (diff) |
seek(2) is not needed
Diffstat (limited to 'lib/libc/sys')
-rw-r--r-- | lib/libc/sys/Makefile.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/libc/sys/Makefile.inc b/lib/libc/sys/Makefile.inc index 69f7995a9bc..1226f0a320a 100644 --- a/lib/libc/sys/Makefile.inc +++ b/lib/libc/sys/Makefile.inc @@ -144,7 +144,6 @@ MLINKS+=getsockopt.2 setsockopt.2 MLINKS+=gettimeofday.2 settimeofday.2 MLINKS+=getuid.2 geteuid.2 MLINKS+=intro.2 errno.2 -MLINKS+=lseek.2 seek.2 MLINKS+=mlock.2 munlock.2 MLINKS+=mount.2 unmount.2 MLINKS+=pathconf.2 fpathconf.2 |