diff options
Diffstat (limited to 'sys/compat/freebsd/freebsd_syscallargs.h')
-rw-r--r-- | sys/compat/freebsd/freebsd_syscallargs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/compat/freebsd/freebsd_syscallargs.h b/sys/compat/freebsd/freebsd_syscallargs.h index 8cd71d90c08..54fa7e0ab88 100644 --- a/sys/compat/freebsd/freebsd_syscallargs.h +++ b/sys/compat/freebsd/freebsd_syscallargs.h @@ -2,7 +2,7 @@ * System call argument lists. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.2 1995/10/10 01:34:37 mycroft Exp + * created from NetBSD: syscalls.master,v 1.3 1995/10/10 18:28:40 mycroft Exp */ #define syscallarg(x) union { x datum; register_t pad; } |