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 /bin | |
parent | 4f23015d08ae2c991a6560c6d70151190bec00b8 (diff) |
Remove kernel support for NTP. ok deraadt@ and tholo@
Diffstat (limited to 'bin')
-rw-r--r-- | bin/systrace/openbsd-syscalls.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/bin/systrace/openbsd-syscalls.c b/bin/systrace/openbsd-syscalls.c index 840d4d03e8c..f7c00c01c01 100644 --- a/bin/systrace/openbsd-syscalls.c +++ b/bin/systrace/openbsd-syscalls.c @@ -1,4 +1,4 @@ -/* $OpenBSD: openbsd-syscalls.c,v 1.6 2002/06/21 15:26:06 provos Exp $ */ +/* $OpenBSD: openbsd-syscalls.c,v 1.7 2002/07/06 19:14:19 nordin Exp $ */ /* * Copyright 2002 Niels Provos <provos@citi.umich.edu> * All rights reserved. @@ -51,7 +51,6 @@ #define SYSVMSG #define SYSVSHM #define LFS -#define NTP #include "../../sys/kern/syscalls.c" #include "../../sys/compat/bsdos/bsdos_syscalls.c" @@ -71,7 +70,6 @@ #undef SYSVMSG #undef SYSVSHM #undef LFS -#undef NTP #include <sys/ioctl.h> #include <sys/tree.h> |