diff options
author | 2001-06-26 20:07:26 +0000 | |
---|---|---|
committer | 2001-06-26 20:07:26 +0000 | |
commit | a4979bed06277ee1eb17b62a48ab5b959f770bea (patch) | |
tree | 0cfe9b3c0bb3c64ea7a01bd33ac5a0bd7ab72e76 | |
parent | pass rule to logging for state matches (diff) | |
download | wireguard-openbsd-a4979bed06277ee1eb17b62a48ab5b959f770bea.tar.xz wireguard-openbsd-a4979bed06277ee1eb17b62a48ab5b959f770bea.zip |
regen
-rw-r--r-- | sys/kern/init_sysent.c | 4 | ||||
-rw-r--r-- | sys/kern/syscalls.c | 4 | ||||
-rw-r--r-- | sys/sys/syscall.h | 4 | ||||
-rw-r--r-- | sys/sys/syscallargs.h | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/sys/kern/init_sysent.c b/sys/kern/init_sysent.c index b6fce20328f..3cc0aaddb19 100644 --- a/sys/kern/init_sysent.c +++ b/sys/kern/init_sysent.c @@ -1,10 +1,10 @@ -/* $OpenBSD: init_sysent.c,v 1.52 2001/06/26 19:56:52 dugsong Exp $ */ +/* $OpenBSD: init_sysent.c,v 1.53 2001/06/26 20:07:27 dugsong Exp $ */ /* * System call switch table. * * DO NOT EDIT-- this file is automatically generated. - * created from; OpenBSD: syscalls.master,v 1.46 2001/06/16 22:16:23 deraadt Exp + * created from; OpenBSD: syscalls.master,v 1.47 2001/06/26 19:56:52 dugsong Exp */ #include <sys/param.h> diff --git a/sys/kern/syscalls.c b/sys/kern/syscalls.c index b6cd2e245c0..7e1500ef177 100644 --- a/sys/kern/syscalls.c +++ b/sys/kern/syscalls.c @@ -1,10 +1,10 @@ -/* $OpenBSD: syscalls.c,v 1.52 2001/06/26 19:56:52 dugsong Exp $ */ +/* $OpenBSD: syscalls.c,v 1.53 2001/06/26 20:07:27 dugsong Exp $ */ /* * System call names. * * DO NOT EDIT-- this file is automatically generated. - * created from; OpenBSD: syscalls.master,v 1.46 2001/06/16 22:16:23 deraadt Exp + * created from; OpenBSD: syscalls.master,v 1.47 2001/06/26 19:56:52 dugsong Exp */ char *syscallnames[] = { diff --git a/sys/sys/syscall.h b/sys/sys/syscall.h index cbe2297ff6f..d73a609d343 100644 --- a/sys/sys/syscall.h +++ b/sys/sys/syscall.h @@ -1,10 +1,10 @@ -/* $OpenBSD: syscall.h,v 1.51 2001/06/26 19:56:51 dugsong Exp $ */ +/* $OpenBSD: syscall.h,v 1.52 2001/06/26 20:07:26 dugsong Exp $ */ /* * System call numbers. * * DO NOT EDIT-- this file is automatically generated. - * created from; OpenBSD: syscalls.master,v 1.46 2001/06/16 22:16:23 deraadt Exp + * created from; OpenBSD: syscalls.master,v 1.47 2001/06/26 19:56:52 dugsong Exp */ /* syscall: "syscall" ret: "int" args: "int" "..." */ diff --git a/sys/sys/syscallargs.h b/sys/sys/syscallargs.h index 676153b553e..3fa0a81f736 100644 --- a/sys/sys/syscallargs.h +++ b/sys/sys/syscallargs.h @@ -1,10 +1,10 @@ -/* $OpenBSD: syscallargs.h,v 1.52 2001/06/26 19:56:51 dugsong Exp $ */ +/* $OpenBSD: syscallargs.h,v 1.53 2001/06/26 20:07:26 dugsong Exp $ */ /* * System call argument lists. * * DO NOT EDIT-- this file is automatically generated. - * created from; OpenBSD: syscalls.master,v 1.46 2001/06/16 22:16:23 deraadt Exp + * created from; OpenBSD: syscalls.master,v 1.47 2001/06/26 19:56:52 dugsong Exp */ #define syscallarg(x) union { x datum; register_t pad; } |