diff options
| author | thorpej <thorpej@NetBSD.org> | 1998-02-19 00:41:47 +0000 |
|---|---|---|
| committer | thorpej <thorpej@NetBSD.org> | 1998-02-19 00:41:47 +0000 |
| commit | e94f57bd08e3ccf4ed705bf398741c9a4ab093df (patch) | |
| tree | 9f49f2fb59f9513be745f6bfd0687462c35763a4 /sys/compat/linux/linux_syscallargs.h | |
| parent | c0ef23f2351fd48037efcf3893a9079c941127c3 (diff) | |
regen; makesyscalls.sh changed
Diffstat (limited to 'sys/compat/linux/linux_syscallargs.h')
| -rw-r--r-- | sys/compat/linux/linux_syscallargs.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/compat/linux/linux_syscallargs.h b/sys/compat/linux/linux_syscallargs.h index e7ddc45ca68..67992d94a51 100644 --- a/sys/compat/linux/linux_syscallargs.h +++ b/sys/compat/linux/linux_syscallargs.h @@ -1,10 +1,10 @@ -/* $NetBSD: linux_syscallargs.h,v 1.25 1998/01/09 06:22:56 thorpej Exp $ */ +/* $NetBSD: linux_syscallargs.h,v 1.26 1998/02/19 00:41:47 thorpej Exp $ */ /* * System call argument lists. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.21 1997/10/16 23:53:07 christos Exp + * created from NetBSD: syscalls.master,v 1.22 1998/02/19 00:41:12 thorpej Exp */ #define syscallarg(x) union { x datum; register_t pad; } |
