summaryrefslogtreecommitdiff
path: root/sys/compat/freebsd/freebsd_syscallargs.h
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>1999-05-31 18:18:14 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>1999-05-31 18:18:14 +0000
commite43fdab044424d7c3089f47239027f2963736ef5 (patch)
tree7970d45b9b98c2caf0efcced785a8ca5920beb06 /sys/compat/freebsd/freebsd_syscallargs.h
parenta38c012fff155fedb103a8ce6792a810fe878f55 (diff)
regen
Diffstat (limited to 'sys/compat/freebsd/freebsd_syscallargs.h')
-rw-r--r--sys/compat/freebsd/freebsd_syscallargs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/compat/freebsd/freebsd_syscallargs.h b/sys/compat/freebsd/freebsd_syscallargs.h
index 067f68ddbfa..cedd3298328 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.10 1999/05/31 17:34:45 millert Exp $ */
+/* $OpenBSD: freebsd_syscallargs.h,v 1.11 1999/05/31 18:18:09 millert Exp $ */
/*
* System call argument lists.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from OpenBSD: syscalls.master,v 1.9 1999/02/10 08:05:08 deraadt Exp
+ * created from OpenBSD: syscalls.master,v 1.10 1999/05/31 17:34:45 millert Exp
*/
#define syscallarg(x) union { x datum; register_t pad; }