diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2000-06-15 05:30:33 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2000-06-15 05:30:33 +0000 |
commit | 05e13df6df9b56f4cd16aaed94969a16f81be8b6 (patch) | |
tree | 2c12c9654799643adcd3d6a7f9e868b02b0e795e /sys/compat/svr4/svr4_syscallargs.h | |
parent | 4ce2ece78111ad4a172ab68360c5d2ec2b38cefd (diff) |
regen
Diffstat (limited to 'sys/compat/svr4/svr4_syscallargs.h')
-rw-r--r-- | sys/compat/svr4/svr4_syscallargs.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/compat/svr4/svr4_syscallargs.h b/sys/compat/svr4/svr4_syscallargs.h index c7bba803ea1..7345b366f54 100644 --- a/sys/compat/svr4/svr4_syscallargs.h +++ b/sys/compat/svr4/svr4_syscallargs.h @@ -1,10 +1,10 @@ -/* $OpenBSD: svr4_syscallargs.h,v 1.26 1999/10/07 17:24:38 brad Exp $ */ +/* $OpenBSD: svr4_syscallargs.h,v 1.27 2000/06/15 05:30:32 brad Exp $ */ /* * System call argument lists. * * DO NOT EDIT-- this file is automatically generated. - * created from OpenBSD: syscalls.master,v 1.26 1999/10/07 17:23:53 brad Exp + * created from OpenBSD: syscalls.master,v 1.27 2000/06/15 05:28:30 brad Exp */ #define syscallarg(x) union { x datum; register_t pad; } |