summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorNiklas Hallqvist <niklas@cvs.openbsd.org>2004-06-13 21:52:09 +0000
committerNiklas Hallqvist <niklas@cvs.openbsd.org>2004-06-13 21:52:09 +0000
commitc63ad1e6104d09bb5f0622cb0554c8ff27d3ed9b (patch)
tree1e5748e5009a43915f8ff5bdb5ab807ace249aee /sys
parent2dd254afa61a7c0cc5ae920b463d3d4266852804 (diff)
regen
Diffstat (limited to 'sys')
-rw-r--r--sys/kern/init_sysent.c4
-rw-r--r--sys/kern/syscalls.c4
-rw-r--r--sys/kern/vnode_if.c4
-rw-r--r--sys/sys/syscall.h4
-rw-r--r--sys/sys/syscallargs.h4
-rw-r--r--sys/sys/vnode_if.h4
6 files changed, 12 insertions, 12 deletions
diff --git a/sys/kern/init_sysent.c b/sys/kern/init_sysent.c
index a2937975edb..eb782ee4077 100644
--- a/sys/kern/init_sysent.c
+++ b/sys/kern/init_sysent.c
@@ -1,10 +1,10 @@
-/* $OpenBSD: init_sysent.c,v 1.78 2004/05/27 20:49:55 tedu Exp $ */
+/* $OpenBSD: init_sysent.c,v 1.79 2004/06/13 21:52:07 niklas Exp $ */
/*
* System call switch table.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from; OpenBSD: syscalls.master,v 1.70 2004/05/27 20:48:46 tedu Exp
+ * created from; OpenBSD
*/
#include <sys/param.h>
diff --git a/sys/kern/syscalls.c b/sys/kern/syscalls.c
index e301f906dda..54d4eeb4f23 100644
--- a/sys/kern/syscalls.c
+++ b/sys/kern/syscalls.c
@@ -1,10 +1,10 @@
-/* $OpenBSD: syscalls.c,v 1.79 2004/05/27 20:49:55 tedu Exp $ */
+/* $OpenBSD: syscalls.c,v 1.80 2004/06/13 21:52:07 niklas Exp $ */
/*
* System call names.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from; OpenBSD: syscalls.master,v 1.70 2004/05/27 20:48:46 tedu Exp
+ * created from; OpenBSD
*/
char *syscallnames[] = {
diff --git a/sys/kern/vnode_if.c b/sys/kern/vnode_if.c
index d1e46146393..9d7c029caaf 100644
--- a/sys/kern/vnode_if.c
+++ b/sys/kern/vnode_if.c
@@ -3,9 +3,9 @@
* (Modifications made here may easily be lost!)
*
* Created from the file:
- * OpenBSD: vnode_if.src,v 1.24 2003/11/08 19:17:28 jmc Exp
+ * OpenBSD
* by the script:
- * OpenBSD: vnode_if.sh,v 1.13 2003/06/02 23:28:07 millert Exp
+ * OpenBSD
*/
/*
diff --git a/sys/sys/syscall.h b/sys/sys/syscall.h
index 18f85bb59cf..4b1720f360b 100644
--- a/sys/sys/syscall.h
+++ b/sys/sys/syscall.h
@@ -1,10 +1,10 @@
-/* $OpenBSD: syscall.h,v 1.77 2004/05/27 20:49:55 tedu Exp $ */
+/* $OpenBSD: syscall.h,v 1.78 2004/06/13 21:52:08 niklas Exp $ */
/*
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from; OpenBSD: syscalls.master,v 1.70 2004/05/27 20:48:46 tedu Exp
+ * created from; OpenBSD
*/
/* syscall: "syscall" ret: "int" args: "int" "..." */
diff --git a/sys/sys/syscallargs.h b/sys/sys/syscallargs.h
index e7792c7a0ea..32cc0ea7220 100644
--- a/sys/sys/syscallargs.h
+++ b/sys/sys/syscallargs.h
@@ -1,10 +1,10 @@
-/* $OpenBSD: syscallargs.h,v 1.79 2004/05/27 20:49:55 tedu Exp $ */
+/* $OpenBSD: syscallargs.h,v 1.80 2004/06/13 21:52:08 niklas Exp $ */
/*
* System call argument lists.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from; OpenBSD: syscalls.master,v 1.70 2004/05/27 20:48:46 tedu Exp
+ * created from; OpenBSD
*/
#ifdef syscallarg
diff --git a/sys/sys/vnode_if.h b/sys/sys/vnode_if.h
index c5524341350..eb568a6aa8b 100644
--- a/sys/sys/vnode_if.h
+++ b/sys/sys/vnode_if.h
@@ -3,9 +3,9 @@
* (Modifications made here may easily be lost!)
*
* Created from the file:
- * OpenBSD: vnode_if.src,v 1.24 2003/11/08 19:17:28 jmc Exp
+ * OpenBSD
* by the script:
- * OpenBSD: vnode_if.sh,v 1.13 2003/06/02 23:28:07 millert Exp
+ * OpenBSD
*/
/*