aboutsummaryrefslogtreecommitdiff
path: root/sys/sys
diff options
context:
space:
mode:
authorRobert Watson <rwatson@FreeBSD.org>2002-03-05 16:13:01 +0000
committerRobert Watson <rwatson@FreeBSD.org>2002-03-05 16:13:01 +0000
commitba51c2659d18c5c521120c5129007bf373a2512b (patch)
treea6c128d9d67b1deb15df8f62ae5fd7d75a4f27ed /sys/sys
parenta90b09d20ad34babbdbad1df91dfd3513176ecc7 (diff)
downloadsrc-ba51c2659d18c5c521120c5129007bf373a2512b.tar.gz
src-ba51c2659d18c5c521120c5129007bf373a2512b.zip
Part II: update various mechanically generated files to allow for new
system call number allocations. Obtained from: TrustedBSD Project Sponsored by: DARPA, NAI Labs
Notes
Notes: svn path=/head/; revision=91694
Diffstat (limited to 'sys/sys')
-rw-r--r--sys/sys/syscall.h4
-rw-r--r--sys/sys/syscall.mk2
-rw-r--r--sys/sys/sysproto.h2
3 files changed, 4 insertions, 4 deletions
diff --git a/sys/sys/syscall.h b/sys/sys/syscall.h
index 0d6f51ea6289..835e682ec6ff 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.105 2002/02/19 02:19:36 julian Exp
+ * created from FreeBSD: src/sys/kern/syscalls.master,v 1.107 2002/03/05 16:11:11 rwatson Exp
*/
#define SYS_syscall 0
@@ -303,4 +303,4 @@
#define SYS_kse_new 381
#define SYS_thread_wakeup 382
#define SYS_kse_yield 383
-#define SYS_MAXSYSCALL 384
+#define SYS_MAXSYSCALL 390
diff --git a/sys/sys/syscall.mk b/sys/sys/syscall.mk
index bb65c1bf877f..7ecb99c84202 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.105 2002/02/19 02:19:36 julian Exp
+# created from FreeBSD: src/sys/kern/syscalls.master,v 1.107 2002/03/05 16:11:11 rwatson Exp
MIASM = \
syscall.o \
exit.o \
diff --git a/sys/sys/sysproto.h b/sys/sys/sysproto.h
index d81fb9fbd0ba..2a4d2cb62372 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.105 2002/02/19 02:19:36 julian Exp
+ * created from FreeBSD: src/sys/kern/syscalls.master,v 1.107 2002/03/05 16:11:11 rwatson Exp
*/
#ifndef _SYS_SYSPROTO_H_