aboutsummaryrefslogtreecommitdiff
path: root/sys/sys
diff options
context:
space:
mode:
authorRobert Watson <rwatson@FreeBSD.org>2002-11-02 23:54:36 +0000
committerRobert Watson <rwatson@FreeBSD.org>2002-11-02 23:54:36 +0000
commit01ce3b5661477bc5e6b990a195537dd3d93c8269 (patch)
tree806864850e8c78dd12ee1baf37e0cb6fdef475a6 /sys/sys
parentbcaa6b05410ea742d2b130720e7a07f3d420c4a4 (diff)
downloadsrc-01ce3b5661477bc5e6b990a195537dd3d93c8269.tar.gz
src-01ce3b5661477bc5e6b990a195537dd3d93c8269.zip
Regen from yesterday's system call placeholder rename.
Notes
Notes: svn path=/head/; revision=106363
Diffstat (limited to 'sys/sys')
-rw-r--r--sys/sys/syscall.h2
-rw-r--r--sys/sys/syscall.mk2
-rw-r--r--sys/sys/sysproto.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/sys/sys/syscall.h b/sys/sys/syscall.h
index a72b3179b3ed..5f91f7afbf68 100644
--- a/sys/sys/syscall.h
+++ b/sys/sys/syscall.h
@@ -3,7 +3,7 @@
*
* DO NOT EDIT-- this file is automatically generated.
* $FreeBSD$
- * created from FreeBSD: src/sys/kern/syscalls.master,v 1.133 2002/10/22 14:22:24 rwatson Exp
+ * created from FreeBSD: src/sys/kern/syscalls.master,v 1.135 2002/11/01 21:00:02 rwatson Exp
*/
#define SYS_syscall 0
diff --git a/sys/sys/syscall.mk b/sys/sys/syscall.mk
index 51fc2f943e17..db9070e749ec 100644
--- a/sys/sys/syscall.mk
+++ b/sys/sys/syscall.mk
@@ -1,7 +1,7 @@
# FreeBSD system call names.
# DO NOT EDIT-- this file is automatically generated.
# $FreeBSD$
-# created from FreeBSD: src/sys/kern/syscalls.master,v 1.133 2002/10/22 14:22:24 rwatson Exp
+# created from FreeBSD: src/sys/kern/syscalls.master,v 1.135 2002/11/01 21:00:02 rwatson Exp
MIASM = \
syscall.o \
exit.o \
diff --git a/sys/sys/sysproto.h b/sys/sys/sysproto.h
index 683c722d08c4..2af4815ae53d 100644
--- a/sys/sys/sysproto.h
+++ b/sys/sys/sysproto.h
@@ -3,7 +3,7 @@
*
* DO NOT EDIT-- this file is automatically generated.
* $FreeBSD$
- * created from FreeBSD: src/sys/kern/syscalls.master,v 1.133 2002/10/22 14:22:24 rwatson Exp
+ * created from FreeBSD: src/sys/kern/syscalls.master,v 1.135 2002/11/01 21:00:02 rwatson Exp
*/
#ifndef _SYS_SYSPROTO_H_