Rebuild from compat/freebsd32/syscalls.master:1.43

Reviewed by:	imp, phk, njl, peter
Approved by:	njl
This commit is contained in:
Mark Santcroos 2004-11-18 23:56:09 +00:00
parent f16ab45fbc
commit 463b173e50
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=137877
2 changed files with 2 additions and 2 deletions

View file

@ -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 */

View file

@ -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 */