summaryrefslogtreecommitdiffstats
path: root/sys/sys
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2001-10-13 13:30:21 +0000
committerrwatson <rwatson@FreeBSD.org>2001-10-13 13:30:21 +0000
commit457ec68dae8466c9f37b3c0bd53393b257f503aa (patch)
tree83e13c8fe7adf0bcebc2f4b982be03ae687d7c2e /sys/sys
parente009a47460418f88a21e68ee0fcfdfca69904833 (diff)
downloadFreeBSD-src-457ec68dae8466c9f37b3c0bd53393b257f503aa.zip
FreeBSD-src-457ec68dae8466c9f37b3c0bd53393b257f503aa.tar.gz
o Update init_sysent.c and friends for allocation of afs_syscall.
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 fc5a2fe..5d891b4 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.98 2001/09/21 21:33:22 rwatson Exp
+ * created from FreeBSD: src/sys/kern/syscalls.master,v 1.99 2001/10/13 13:19:34 rwatson Exp
*/
#define SYS_syscall 0
@@ -297,4 +297,4 @@
#define SYS___setugid 374
#define SYS_nfsclnt 375
#define SYS_eaccess 376
-#define SYS_MAXSYSCALL 377
+#define SYS_MAXSYSCALL 378
diff --git a/sys/sys/syscall.mk b/sys/sys/syscall.mk
index eac6e88..79cedd7 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.98 2001/09/21 21:33:22 rwatson Exp
+# created from FreeBSD: src/sys/kern/syscalls.master,v 1.99 2001/10/13 13:19:34 rwatson Exp
MIASM = \
syscall.o \
exit.o \
diff --git a/sys/sys/sysproto.h b/sys/sys/sysproto.h
index cf88312..3c100c3 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.98 2001/09/21 21:33:22 rwatson Exp
+ * created from FreeBSD: src/sys/kern/syscalls.master,v 1.99 2001/10/13 13:19:34 rwatson Exp
*/
#ifndef _SYS_SYSPROTO_H_
OpenPOWER on IntegriCloud