summaryrefslogtreecommitdiffstats
path: root/sys/kern/init_sysent.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/init_sysent.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/init_sysent.c')
-rw-r--r--sys/kern/init_sysent.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/kern/init_sysent.c b/sys/kern/init_sysent.c
index 2f0ed84..872fc11 100644
--- a/sys/kern/init_sysent.c
+++ b/sys/kern/init_sysent.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
*/
#include "opt_compat.h"
@@ -400,4 +400,5 @@ struct sysent sysent[] = {
{ AS(nfsclnt_args), (sy_call_t *)nosys }, /* 375 = nfsclnt */
{ AS(eaccess_args), (sy_call_t *)eaccess }, /* 376 = eaccess */
{ 0, (sy_call_t *)nosys }, /* 377 = afs_syscall */
+ { AS(nmount_args), (sy_call_t *)nmount }, /* 378 = nmount */
};
OpenPOWER on IntegriCloud