diff options
author | Thomas Nordin <nordin@cvs.openbsd.org> | 2002-07-06 19:14:21 +0000 |
---|---|---|
committer | Thomas Nordin <nordin@cvs.openbsd.org> | 2002-07-06 19:14:21 +0000 |
commit | adb28585e4802d642142e770be7ef276683bb58f (patch) | |
tree | 6016909e7ec82b58a471cd40838fb68a0d275d3d /lib/libc | |
parent | 4f23015d08ae2c991a6560c6d70151190bec00b8 (diff) |
Remove kernel support for NTP. ok deraadt@ and tholo@
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/gen/sysctl.3 | 7 | ||||
-rw-r--r-- | lib/libc/sys/Makefile.inc | 3 | ||||
-rw-r--r-- | lib/libc/sys/makelintstub.sh | 3 |
3 files changed, 3 insertions, 10 deletions
diff --git a/lib/libc/gen/sysctl.3 b/lib/libc/gen/sysctl.3 index 7a71aeb2a25..3b07f724840 100644 --- a/lib/libc/gen/sysctl.3 +++ b/lib/libc/gen/sysctl.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sysctl.3,v 1.93 2002/06/11 08:54:36 angelos Exp $ +.\" $OpenBSD: sysctl.3,v 1.94 2002/07/06 19:14:19 nordin Exp $ .\" .\" Copyright (c) 1993 .\" The Regents of the University of California. All rights reserved. @@ -293,7 +293,6 @@ information. .It Dv KERN_NOSUIDCOREDUMP No " integer yes" .It Dv KERN_NPROCS No " integer no" .It Dv KERN_NSELCOLL No " integer no" -.It Dv KERN_NTPTIME No " struct ntptimeval no" .It Dv KERN_NUMVNODES No " integer no" .It Dv KERN_OSRELEASE No " string no" .It Dv KERN_OSREV No " integer no" @@ -417,10 +416,6 @@ Programs with their set-user-ID bit set will not dump core when this is set. Number of .Xr select 2 collisions. -.It Dv KERN_NTPTIME -Returns a -.Li strct ntptimeval , -containing kernel precision timekeeping information. .It Dv KERN_NUMVNODES Number of vnodes in use. .It Dv KERN_OSRELEASE diff --git a/lib/libc/sys/Makefile.inc b/lib/libc/sys/Makefile.inc index 95d3d6546b7..1c8bce11d8a 100644 --- a/lib/libc/sys/Makefile.inc +++ b/lib/libc/sys/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.53 2002/06/10 17:46:41 fgsch Exp $ +# $OpenBSD: Makefile.inc,v 1.54 2002/07/06 19:14:20 nordin Exp $ # $NetBSD: Makefile.inc,v 1.35 1995/10/16 23:49:07 jtc Exp $ # @(#)Makefile.inc 8.1 (Berkeley) 6/17/93 @@ -49,7 +49,6 @@ ASM= accept.o access.o acct.o adjtime.o bind.o chdir.o chflags.o chmod.o \ mkfifo.o mknod.o mlock.o mlockall.o \ mount.o mprotect.o msgctl.o msgget.o msgrcv.o msgsnd.o msync.o \ munlock.o munlockall.o munmap.o nanosleep.o nfssvc.o \ - ntp_gettime.o ntp_adjtime.o \ open.o pathconf.o pipe.o poll.o profil.o quotactl.o \ read.o readlink.o readv.o reboot.o recvfrom.o recvmsg.o rename.o \ revoke.o rmdir.o select.o semget.o semop.o sendmsg.o sendto.o \ diff --git a/lib/libc/sys/makelintstub.sh b/lib/libc/sys/makelintstub.sh index b5deb3fe59f..2d8ad2e661a 100644 --- a/lib/libc/sys/makelintstub.sh +++ b/lib/libc/sys/makelintstub.sh @@ -1,5 +1,5 @@ #!/bin/sh - -# $OpenBSD: makelintstub.sh,v 1.1 1998/02/08 22:45:15 tholo Exp $ +# $OpenBSD: makelintstub.sh,v 1.2 2002/07/06 19:14:20 nordin Exp $ # $NetBSD: makelintstub,v 1.2 1997/11/05 05:46:18 thorpej Exp $ # # Copyright (c) 1996, 1997 Christopher G. Demetriou. All rights reserved. @@ -59,7 +59,6 @@ header() #include <sys/msg.h> #include <sys/sem.h> #include <sys/shm.h> - #include <sys/timex.h> #include <sys/socket.h> #include <sys/ioctl.h> #include <sys/ktrace.h> |