aboutsummaryrefslogtreecommitdiff
path: root/sys/sys
diff options
context:
space:
mode:
authorJeff Roberson <jeff@FreeBSD.org>2003-04-01 02:34:21 +0000
committerJeff Roberson <jeff@FreeBSD.org>2003-04-01 02:34:21 +0000
commit45185895640945b63bf4fbf7fe602af3806e0a26 (patch)
treedf3850f89b0597f0ae0ce4173ae6593698d5bd2c /sys/sys
parent8446303e012e9040420972bab20548a01d2189cb (diff)
downloadsrc-45185895640945b63bf4fbf7fe602af3806e0a26.tar.gz
src-45185895640945b63bf4fbf7fe602af3806e0a26.zip
- Regen.
Notes
Notes: svn path=/head/; revision=112913
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 1b96b8a9c03d..b8597e91b788 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.146 2003/04/01 00:31:37 jeff Exp
+ * created from FreeBSD: src/sys/kern/syscalls.master,v 1.147 2003/04/01 01:12:24 jeff Exp
*/
#define SYS_syscall 0
diff --git a/sys/sys/syscall.mk b/sys/sys/syscall.mk
index d083aea31734..632d4dcfb0dc 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.146 2003/04/01 00:31:37 jeff Exp
+# created from FreeBSD: src/sys/kern/syscalls.master,v 1.147 2003/04/01 01:12:24 jeff Exp
MIASM = \
syscall.o \
exit.o \
diff --git a/sys/sys/sysproto.h b/sys/sys/sysproto.h
index baf13743e11f..39525d2eedb9 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.146 2003/04/01 00:31:37 jeff Exp
+ * created from FreeBSD: src/sys/kern/syscalls.master,v 1.147 2003/04/01 01:12:24 jeff Exp
*/
#ifndef _SYS_SYSPROTO_H_