summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authormarks <marks@FreeBSD.org>2004-11-18 23:56:09 +0000
committermarks <marks@FreeBSD.org>2004-11-18 23:56:09 +0000
commitdca89dc1d612459929270eaf030a80b773ef7932 (patch)
treef68f3cbddcbfe984c085168f6af903020fd18aca /sys
parent60b0534c96ff8d3797d189e2bedb728f3e63badb (diff)
downloadFreeBSD-src-dca89dc1d612459929270eaf030a80b773ef7932.zip
FreeBSD-src-dca89dc1d612459929270eaf030a80b773ef7932.tar.gz
Rebuild from compat/freebsd32/syscalls.master:1.43
Reviewed by: imp, phk, njl, peter Approved by: njl
Diffstat (limited to 'sys')
-rw-r--r--sys/compat/freebsd32/freebsd32_syscalls.c2
-rw-r--r--sys/compat/freebsd32/freebsd32_sysent.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/compat/freebsd32/freebsd32_syscalls.c b/sys/compat/freebsd32/freebsd32_syscalls.c
index b834c4d..072a543 100644
--- a/sys/compat/freebsd32/freebsd32_syscalls.c
+++ b/sys/compat/freebsd32/freebsd32_syscalls.c
@@ -255,7 +255,7 @@ const char *freebsd32_syscallnames[] = {
"#245", /* 245 = nosys */
"#246", /* 246 = nosys */
"#247", /* 247 = nosys */
- "#248", /* 248 = nosys */
+ "#248", /* 248 = ntp_gettime */
"#249", /* 249 = nosys */
"minherit", /* 250 = minherit */
"rfork", /* 251 = rfork */
diff --git a/sys/compat/freebsd32/freebsd32_sysent.c b/sys/compat/freebsd32/freebsd32_sysent.c
index 55c822d..3af6ee4 100644
--- a/sys/compat/freebsd32/freebsd32_sysent.c
+++ b/sys/compat/freebsd32/freebsd32_sysent.c
@@ -273,7 +273,7 @@ struct sysent freebsd32_sysent[] = {
{ 0, (sy_call_t *)nosys }, /* 245 = nosys */
{ 0, (sy_call_t *)nosys }, /* 246 = nosys */
{ 0, (sy_call_t *)nosys }, /* 247 = nosys */
- { 0, (sy_call_t *)nosys }, /* 248 = nosys */
+ { 0, (sy_call_t *)nosys }, /* 248 = ntp_gettime */
{ 0, (sy_call_t *)nosys }, /* 249 = nosys */
{ SYF_MPSAFE | AS(minherit_args), (sy_call_t *)minherit }, /* 250 = minherit */
{ SYF_MPSAFE | AS(rfork_args), (sy_call_t *)rfork }, /* 251 = rfork */
OpenPOWER on IntegriCloud