aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/init_sysent.c
diff options
context:
space:
mode:
authorGarrett Wollman <wollman@FreeBSD.org>1994-12-14 17:57:47 +0000
committerGarrett Wollman <wollman@FreeBSD.org>1994-12-14 17:57:47 +0000
commit23f6ed01aa328e02082d6c22815307dd5cacf7e1 (patch)
tree25b2641877e39a5d76fc0c78fdf119a5e8f0e125 /sys/kern/init_sysent.c
parentf9ff1b665d4c224eec6a94b43a7449777b56d715 (diff)
Notes
Diffstat (limited to 'sys/kern/init_sysent.c')
-rw-r--r--sys/kern/init_sysent.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/kern/init_sysent.c b/sys/kern/init_sysent.c
index 9353297e4883..8c68240d134a 100644
--- a/sys/kern/init_sysent.c
+++ b/sys/kern/init_sysent.c
@@ -154,6 +154,7 @@ int msgsys();
int shmsys();
#else
#endif
+int ntp_adjtime();
int setgid();
int setegid();
int seteuid();
@@ -459,7 +460,7 @@ struct sysent sysent[] = {
{ 0, nosys }, /* 173 = nosys */
{ 0, nosys }, /* 174 = nosys */
{ 0, nosys }, /* 175 = nosys */
- { 1, nosys }, /* 176 = ntp_adjtime */
+ { 1, ntp_adjtime }, /* 176 = ntp_adjtime */
{ 0, nosys }, /* 177 = nosys */
{ 0, nosys }, /* 178 = nosys */
{ 0, nosys }, /* 179 = nosys */