diff options
author | assar <assar@cvs.openbsd.org> | 2000-02-07 08:07:15 +0000 |
---|---|---|
committer | assar <assar@cvs.openbsd.org> | 2000-02-07 08:07:15 +0000 |
commit | bd5cc671f99bca43d78ada7dae55df98047b3e1f (patch) | |
tree | a07952ffefa824de411a26a6687980dccf719326 | |
parent | fac965592cd78fd977e1e2e16c00856bbd0d8f28 (diff) |
regen (with correct reference from syscalls.master)
-rw-r--r-- | sys/sys/syscallargs.h | 4 |
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; } |