diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2010-05-23 11:37:31 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2010-05-23 11:37:31 +0000 |
commit | 37b6c90defa11af54438003d01c2c23e2574dcb6 (patch) | |
tree | 7b883a7eeede018d40d2f3583111ecba13f76fa5 /sys/compat/freebsd | |
parent | 12b1f47f056570e4487a542c357d792c40bb83fb (diff) |
sync
Diffstat (limited to 'sys/compat/freebsd')
-rw-r--r-- | sys/compat/freebsd/freebsd_syscall.h | 4 | ||||
-rw-r--r-- | sys/compat/freebsd/freebsd_syscallargs.h | 10 | ||||
-rw-r--r-- | sys/compat/freebsd/freebsd_syscalls.c | 10 | ||||
-rw-r--r-- | sys/compat/freebsd/freebsd_sysent.c | 10 |
4 files changed, 17 insertions, 17 deletions
diff --git a/sys/compat/freebsd/freebsd_syscall.h b/sys/compat/freebsd/freebsd_syscall.h index 3cae3becb0a..79aea448e8e 100644 --- a/sys/compat/freebsd/freebsd_syscall.h +++ b/sys/compat/freebsd/freebsd_syscall.h @@ -1,10 +1,10 @@ -/* $OpenBSD: freebsd_syscall.h,v 1.36 2008/01/05 00:38:13 miod Exp $ */ +/* $OpenBSD: freebsd_syscall.h,v 1.37 2010/05/23 11:37:29 deraadt Exp $ */ /* * System call numbers. * * DO NOT EDIT-- this file is automatically generated. - * created from OpenBSD: syscalls.master,v 1.33 2008/01/05 00:36:13 miod Exp + * created from OpenBSD: syscalls.master,v 1.34 2010/05/23 11:35:18 deraadt Exp */ /* syscall: "syscall" ret: "int" args: */ diff --git a/sys/compat/freebsd/freebsd_syscallargs.h b/sys/compat/freebsd/freebsd_syscallargs.h index 383713acf10..90cb0e5ed9f 100644 --- a/sys/compat/freebsd/freebsd_syscallargs.h +++ b/sys/compat/freebsd/freebsd_syscallargs.h @@ -1,10 +1,10 @@ -/* $OpenBSD: freebsd_syscallargs.h,v 1.38 2008/01/05 00:38:13 miod Exp $ */ +/* $OpenBSD: freebsd_syscallargs.h,v 1.39 2010/05/23 11:37:29 deraadt Exp $ */ /* * System call argument lists. * * DO NOT EDIT-- this file is automatically generated. - * created from OpenBSD: syscalls.master,v 1.33 2008/01/05 00:36:13 miod Exp + * created from OpenBSD: syscalls.master,v 1.34 2010/05/23 11:35:18 deraadt Exp */ #ifdef syscallarg @@ -440,15 +440,15 @@ int compat_09_sys_setdomainname(struct proc *, void *, register_t *); int compat_freebsd_sys_uname(struct proc *, void *, register_t *); int sys_sysarch(struct proc *, void *, register_t *); int freebsd_sys_rtprio(struct proc *, void *, register_t *); -#if defined(SYSVSEM) && !defined(alpha) +#if defined(SYSVSEM) && !defined(__alpha__) int compat_10_sys_semsys(struct proc *, void *, register_t *); #else #endif -#if defined(SYSVMSG) && !defined(alpha) +#if defined(SYSVMSG) && !defined(__alpha__) int compat_10_sys_msgsys(struct proc *, void *, register_t *); #else #endif -#if defined(SYSVSHM) && !defined(alpha) +#if defined(SYSVSHM) && !defined(__alpha__) int compat_10_sys_shmsys(struct proc *, void *, register_t *); #else #endif diff --git a/sys/compat/freebsd/freebsd_syscalls.c b/sys/compat/freebsd/freebsd_syscalls.c index 379fdc9293e..e1e309c8edb 100644 --- a/sys/compat/freebsd/freebsd_syscalls.c +++ b/sys/compat/freebsd/freebsd_syscalls.c @@ -1,10 +1,10 @@ -/* $OpenBSD: freebsd_syscalls.c,v 1.36 2008/01/05 00:38:13 miod Exp $ */ +/* $OpenBSD: freebsd_syscalls.c,v 1.37 2010/05/23 11:37:29 deraadt Exp $ */ /* * System call names. * * DO NOT EDIT-- this file is automatically generated. - * created from OpenBSD: syscalls.master,v 1.33 2008/01/05 00:36:13 miod Exp + * created from OpenBSD: syscalls.master,v 1.34 2010/05/23 11:35:18 deraadt Exp */ char *freebsd_syscallnames[] = { @@ -201,17 +201,17 @@ char *freebsd_syscallnames[] = { "rtprio", /* 166 = rtprio */ "#167 (unimplemented)", /* 167 = unimplemented */ "#168 (unimplemented)", /* 168 = unimplemented */ -#if defined(SYSVSEM) && !defined(alpha) +#if defined(SYSVSEM) && !defined(__alpha__) "semsys", /* 169 = semsys */ #else "#169 (unimplemented 1.0 semsys)", /* 169 = unimplemented 1.0 semsys */ #endif -#if defined(SYSVMSG) && !defined(alpha) +#if defined(SYSVMSG) && !defined(__alpha__) "msgsys", /* 170 = msgsys */ #else "#170 (unimplemented 1.0 msgsys)", /* 170 = unimplemented 1.0 msgsys */ #endif -#if defined(SYSVSHM) && !defined(alpha) +#if defined(SYSVSHM) && !defined(__alpha__) "shmsys", /* 171 = shmsys */ #else "#171 (unimplemented 1.0 shmsys)", /* 171 = unimplemented 1.0 shmsys */ diff --git a/sys/compat/freebsd/freebsd_sysent.c b/sys/compat/freebsd/freebsd_sysent.c index aed04818aa1..2b41e3409d2 100644 --- a/sys/compat/freebsd/freebsd_sysent.c +++ b/sys/compat/freebsd/freebsd_sysent.c @@ -1,10 +1,10 @@ -/* $OpenBSD: freebsd_sysent.c,v 1.37 2008/01/05 00:38:13 miod Exp $ */ +/* $OpenBSD: freebsd_sysent.c,v 1.38 2010/05/23 11:37:29 deraadt Exp $ */ /* * System call switch table. * * DO NOT EDIT-- this file is automatically generated. - * created from OpenBSD: syscalls.master,v 1.33 2008/01/05 00:36:13 miod Exp + * created from OpenBSD: syscalls.master,v 1.34 2010/05/23 11:35:18 deraadt Exp */ #include <sys/param.h> @@ -387,21 +387,21 @@ struct sysent freebsd_sysent[] = { sys_nosys }, /* 167 = unimplemented */ { 0, 0, 0, sys_nosys }, /* 168 = unimplemented */ -#if defined(SYSVSEM) && !defined(alpha) +#if defined(SYSVSEM) && !defined(__alpha__) { 5, s(struct compat_10_sys_semsys_args), 0, compat_10_sys_semsys }, /* 169 = semsys */ #else { 0, 0, 0, sys_nosys }, /* 169 = unimplemented 1.0 semsys */ #endif -#if defined(SYSVMSG) && !defined(alpha) +#if defined(SYSVMSG) && !defined(__alpha__) { 6, s(struct compat_10_sys_msgsys_args), 0, compat_10_sys_msgsys }, /* 170 = msgsys */ #else { 0, 0, 0, sys_nosys }, /* 170 = unimplemented 1.0 msgsys */ #endif -#if defined(SYSVSHM) && !defined(alpha) +#if defined(SYSVSHM) && !defined(__alpha__) { 4, s(struct compat_10_sys_shmsys_args), 0, compat_10_sys_shmsys }, /* 171 = shmsys */ #else |