diff options
Diffstat (limited to 'sys/compat/bsdos/bsdos_syscallargs.h')
-rw-r--r-- | sys/compat/bsdos/bsdos_syscallargs.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/compat/bsdos/bsdos_syscallargs.h b/sys/compat/bsdos/bsdos_syscallargs.h index f61520a44c1..3b30d6406ee 100644 --- a/sys/compat/bsdos/bsdos_syscallargs.h +++ b/sys/compat/bsdos/bsdos_syscallargs.h @@ -1,10 +1,10 @@ -/* $OpenBSD: bsdos_syscallargs.h,v 1.22 2008/01/05 00:38:13 miod Exp $ */ +/* $OpenBSD: bsdos_syscallargs.h,v 1.23 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.18 2008/01/05 00:36:11 miod Exp + * created from OpenBSD: syscalls.master,v 1.19 2010/05/23 11:35:18 deraadt Exp */ #ifdef syscallarg @@ -196,7 +196,7 @@ int compat_25_sys_fstatfs(struct proc *, void *, register_t *); int sys_getfh(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 |