summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorassar <assar@cvs.openbsd.org>2000-02-07 08:07:15 +0000
committerassar <assar@cvs.openbsd.org>2000-02-07 08:07:15 +0000
commitbd5cc671f99bca43d78ada7dae55df98047b3e1f (patch)
treea07952ffefa824de411a26a6687980dccf719326
parentfac965592cd78fd977e1e2e16c00856bbd0d8f28 (diff)
regen (with correct reference from syscalls.master)
-rw-r--r--sys/sys/syscallargs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/sys/syscallargs.h b/sys/sys/syscallargs.h
index a22da2f4cf8..36c7e98d981 100644
--- a/sys/sys/syscallargs.h
+++ b/sys/sys/syscallargs.h
@@ -1,10 +1,10 @@
-/* $OpenBSD: syscallargs.h,v 1.42 2000/02/07 04:57:18 assar Exp $ */
+/* $OpenBSD: syscallargs.h,v 1.43 2000/02/07 08:07:14 assar Exp $ */
/*
* System call argument lists.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from; OpenBSD: syscalls.master,v 1.37 1999/06/07 07:17:42 deraadt Exp
+ * created from; OpenBSD: syscalls.master,v 1.38 2000/02/07 04:49:27 assar Exp
*/
#define syscallarg(x) union { x datum; register_t pad; }