summaryrefslogtreecommitdiffstats
path: root/sys/kern/syscalls.c
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2001-11-02 17:59:23 +0000
committerphk <phk@FreeBSD.org>2001-11-02 17:59:23 +0000
commita7cf9dee8f2c4a3ed37613951634d40b9fb66203 (patch)
tree65362f327c41767a3dc98a313cc916c71d862469 /sys/kern/syscalls.c
parentabbfca3cacc90cf9218a66b410ea43e0cc178551 (diff)
downloadFreeBSD-src-a7cf9dee8f2c4a3ed37613951634d40b9fb66203.zip
FreeBSD-src-a7cf9dee8f2c4a3ed37613951634d40b9fb66203.tar.gz
Add nmount() stub function and regenerate the syscall-glue which should
not need to check in generated files.
Diffstat (limited to 'sys/kern/syscalls.c')
-rw-r--r--sys/kern/syscalls.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/kern/syscalls.c b/sys/kern/syscalls.c
index f629af7..a7d18d7 100644
--- a/sys/kern/syscalls.c
+++ b/sys/kern/syscalls.c
@@ -3,7 +3,7 @@
*
* DO NOT EDIT-- this file is automatically generated.
* $FreeBSD$
- * created from FreeBSD: src/sys/kern/syscalls.master,v 1.99 2001/10/13 13:19:34 rwatson Exp
+ * created from FreeBSD: src/sys/kern/syscalls.master,v 1.100 2001/11/02 17:58:26 phk Exp
*/
char *syscallnames[] = {
@@ -385,4 +385,5 @@ char *syscallnames[] = {
"nfsclnt", /* 375 = nfsclnt */
"eaccess", /* 376 = eaccess */
"#377", /* 377 = afs_syscall */
+ "nmount", /* 378 = nmount */
};
OpenPOWER on IntegriCloud