diff options
author | 2005-12-30 04:06:28 +0000 | |
---|---|---|
committer | 2005-12-30 04:06:28 +0000 | |
commit | a19d9a9f974abf15685238af44163f0d382d3929 (patch) | |
tree | 662b0075aa183b1021557675dd2a324cb1a45432 | |
parent | prototype all the thread syscalls in rthread.h for now. (diff) | |
download | wireguard-openbsd-a19d9a9f974abf15685238af44163f0d382d3929.tar.xz wireguard-openbsd-a19d9a9f974abf15685238af44163f0d382d3929.zip |
rebuild
-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 4caee0d1cb3..b144cba4149 100644 --- a/sys/kern/init_sysent.c +++ b/sys/kern/init_sysent.c @@ -1,10 +1,10 @@ -/* $OpenBSD: init_sysent.c,v 1.92 2005/12/30 04:02:17 tedu Exp $ */ +/* $OpenBSD: init_sysent.c,v 1.93 2005/12/30 04:06:28 tedu Exp $ */ /* * System call switch table. * * DO NOT EDIT-- this file is automatically generated. - * created from; OpenBSD: syscalls.master,v 1.80 2005/12/13 06:02:03 tedu Exp + * created from; OpenBSD: syscalls.master,v 1.81 2005/12/30 04:02:17 tedu Exp */ #include <sys/param.h> diff --git a/sys/kern/syscalls.c b/sys/kern/syscalls.c index eabf463a68d..b9b8f36f69c 100644 --- a/sys/kern/syscalls.c +++ b/sys/kern/syscalls.c @@ -1,10 +1,10 @@ -/* $OpenBSD: syscalls.c,v 1.93 2005/12/30 04:02:17 tedu Exp $ */ +/* $OpenBSD: syscalls.c,v 1.94 2005/12/30 04:06:28 tedu Exp $ */ /* * System call names. * * DO NOT EDIT-- this file is automatically generated. - * created from; OpenBSD: syscalls.master,v 1.80 2005/12/13 06:02:03 tedu Exp + * created from; OpenBSD: syscalls.master,v 1.81 2005/12/30 04:02:17 tedu Exp */ char *syscallnames[] = { diff --git a/sys/sys/syscall.h b/sys/sys/syscall.h index 45840b06084..8051bed403b 100644 --- a/sys/sys/syscall.h +++ b/sys/sys/syscall.h @@ -1,10 +1,10 @@ -/* $OpenBSD: syscall.h,v 1.91 2005/12/30 04:02:18 tedu Exp $ */ +/* $OpenBSD: syscall.h,v 1.92 2005/12/30 04:06:28 tedu Exp $ */ /* * System call numbers. * * DO NOT EDIT-- this file is automatically generated. - * created from; OpenBSD: syscalls.master,v 1.80 2005/12/13 06:02:03 tedu Exp + * created from; OpenBSD: syscalls.master,v 1.81 2005/12/30 04:02:17 tedu Exp */ /* syscall: "syscall" ret: "int" args: "int" "..." */ diff --git a/sys/sys/syscallargs.h b/sys/sys/syscallargs.h index 1dce74fd491..d45390fecb5 100644 --- a/sys/sys/syscallargs.h +++ b/sys/sys/syscallargs.h @@ -1,10 +1,10 @@ -/* $OpenBSD: syscallargs.h,v 1.93 2005/12/30 04:02:18 tedu Exp $ */ +/* $OpenBSD: syscallargs.h,v 1.94 2005/12/30 04:06:28 tedu Exp $ */ /* * System call argument lists. * * DO NOT EDIT-- this file is automatically generated. - * created from; OpenBSD: syscalls.master,v 1.80 2005/12/13 06:02:03 tedu Exp + * created from; OpenBSD: syscalls.master,v 1.81 2005/12/30 04:02:17 tedu Exp */ #ifdef syscallarg |