Regen.
This commit is contained in:
parent
ddcc2a3ff3
commit
ead6bc8265
@ -3,7 +3,7 @@
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* $FreeBSD$
|
||||
* created from FreeBSD: src/sys/compat/freebsd32/syscalls.master,v 1.45 2005/01/19 17:44:59 ps Exp
|
||||
* created from FreeBSD: src/sys/compat/freebsd32/syscalls.master,v 1.47 2005/02/24 18:24:16 jhb Exp
|
||||
*/
|
||||
|
||||
#ifndef _FREEBSD32_SYSPROTO_H_
|
||||
|
@ -3,7 +3,7 @@
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* $FreeBSD$
|
||||
* created from FreeBSD: src/sys/compat/freebsd32/syscalls.master,v 1.45 2005/01/19 17:44:59 ps Exp
|
||||
* created from FreeBSD: src/sys/compat/freebsd32/syscalls.master,v 1.47 2005/02/24 18:24:16 jhb Exp
|
||||
*/
|
||||
|
||||
#define FREEBSD32_SYS_syscall 0
|
||||
@ -66,7 +66,7 @@
|
||||
/* 62 is obsolete ofstat */
|
||||
/* 63 is obsolete ogetkerninfo */
|
||||
/* 64 is obsolete ogetpagesize */
|
||||
/* 65 is obsolete omsync */
|
||||
#define FREEBSD32_SYS_msync 65
|
||||
#define FREEBSD32_SYS_vfork 66
|
||||
/* 67 is obsolete vread */
|
||||
/* 68 is obsolete vwrite */
|
||||
|
@ -3,7 +3,7 @@
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* $FreeBSD$
|
||||
* created from FreeBSD: src/sys/compat/freebsd32/syscalls.master,v 1.45 2005/01/19 17:44:59 ps Exp
|
||||
* created from FreeBSD: src/sys/compat/freebsd32/syscalls.master,v 1.47 2005/02/24 18:24:16 jhb Exp
|
||||
*/
|
||||
|
||||
const char *freebsd32_syscallnames[] = {
|
||||
@ -72,7 +72,7 @@ const char *freebsd32_syscallnames[] = {
|
||||
"obs_ofstat", /* 62 = obsolete ofstat */
|
||||
"obs_ogetkerninfo", /* 63 = obsolete ogetkerninfo */
|
||||
"obs_ogetpagesize", /* 64 = obsolete ogetpagesize */
|
||||
"obs_omsync", /* 65 = obsolete omsync */
|
||||
"msync", /* 65 = msync */
|
||||
"vfork", /* 66 = vfork */
|
||||
"obs_vread", /* 67 = obsolete vread */
|
||||
"obs_vwrite", /* 68 = obsolete vwrite */
|
||||
|
@ -3,7 +3,7 @@
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* $FreeBSD$
|
||||
* created from FreeBSD: src/sys/compat/freebsd32/syscalls.master,v 1.45 2005/01/19 17:44:59 ps Exp
|
||||
* created from FreeBSD: src/sys/compat/freebsd32/syscalls.master,v 1.47 2005/02/24 18:24:16 jhb Exp
|
||||
*/
|
||||
|
||||
#include "opt_compat.h"
|
||||
@ -90,7 +90,7 @@ struct sysent freebsd32_sysent[] = {
|
||||
{ 0, (sy_call_t *)nosys }, /* 62 = obsolete ofstat */
|
||||
{ 0, (sy_call_t *)nosys }, /* 63 = obsolete ogetkerninfo */
|
||||
{ 0, (sy_call_t *)nosys }, /* 64 = obsolete ogetpagesize */
|
||||
{ 0, (sy_call_t *)nosys }, /* 65 = obsolete omsync */
|
||||
{ SYF_MPSAFE | AS(msync_args), (sy_call_t *)msync }, /* 65 = msync */
|
||||
{ SYF_MPSAFE | 0, (sy_call_t *)vfork }, /* 66 = vfork */
|
||||
{ 0, (sy_call_t *)nosys }, /* 67 = obsolete vread */
|
||||
{ 0, (sy_call_t *)nosys }, /* 68 = obsolete vwrite */
|
||||
|
Loading…
Reference in New Issue
Block a user