Module Name:    src
Committed By:   pooka
Date:           Wed Mar  3 11:08:00 UTC 2010

Modified Files:
        src/sys/compat/sunos: sunos_syscall.h sunos_syscallargs.h
            sunos_syscalls.c sunos_sysent.c

Log Message:
regen: ENOSYS nfssvc honestly


To generate a diff of this commit:
cvs rdiff -u -r1.85 -r1.86 src/sys/compat/sunos/sunos_syscall.h
cvs rdiff -u -r1.69 -r1.70 src/sys/compat/sunos/sunos_syscallargs.h
cvs rdiff -u -r1.84 -r1.85 src/sys/compat/sunos/sunos_syscalls.c
cvs rdiff -u -r1.80 -r1.81 src/sys/compat/sunos/sunos_sysent.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/compat/sunos/sunos_syscall.h
diff -u src/sys/compat/sunos/sunos_syscall.h:1.85 src/sys/compat/sunos/sunos_syscall.h:1.86
--- src/sys/compat/sunos/sunos_syscall.h:1.85	Mon Dec 14 00:58:37 2009
+++ src/sys/compat/sunos/sunos_syscall.h	Wed Mar  3 11:08:00 2010
@@ -1,10 +1,10 @@
-/* $NetBSD: sunos_syscall.h,v 1.85 2009/12/14 00:58:37 matt Exp $ */
+/* $NetBSD: sunos_syscall.h,v 1.86 2010/03/03 11:08:00 pooka Exp $ */
 
 /*
  * System call numbers.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from	NetBSD: syscalls.master,v 1.74 2009/01/13 22:27:43 pooka Exp
+ * created from	NetBSD: syscalls.master,v 1.75 2010/03/03 11:07:17 pooka Exp
  */
 
 #ifndef _SUNOS_SYS_SYSCALL_H_
@@ -367,9 +367,6 @@
 /* syscall: "poll" ret: "int" args: "struct pollfd *" "u_int" "int" */
 #define	SUNOS_SYS_poll	153
 
-/* syscall: "nfssvc" ret: "int" args: "int" */
-#define	SUNOS_SYS_nfssvc	155
-
 /* syscall: "getdirentries" ret: "int" args: "int" "char *" "u_int" "long *" */
 #define	SUNOS_SYS_getdirentries	156
 

Index: src/sys/compat/sunos/sunos_syscallargs.h
diff -u src/sys/compat/sunos/sunos_syscallargs.h:1.69 src/sys/compat/sunos/sunos_syscallargs.h:1.70
--- src/sys/compat/sunos/sunos_syscallargs.h:1.69	Mon Dec 14 00:58:37 2009
+++ src/sys/compat/sunos/sunos_syscallargs.h	Wed Mar  3 11:08:00 2010
@@ -1,10 +1,10 @@
-/* $NetBSD: sunos_syscallargs.h,v 1.69 2009/12/14 00:58:37 matt Exp $ */
+/* $NetBSD: sunos_syscallargs.h,v 1.70 2010/03/03 11:08:00 pooka Exp $ */
 
 /*
  * System call argument lists.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from	NetBSD: syscalls.master,v 1.74 2009/01/13 22:27:43 pooka Exp
+ * created from	NetBSD: syscalls.master,v 1.75 2010/03/03 11:07:17 pooka Exp
  */
 
 #ifndef _SUNOS_SYS_SYSCALLARGS_H_
@@ -350,11 +350,6 @@
 
 struct sys_poll_args;
 
-struct sunos_sys_nfssvc_args {
-	syscallarg(int) fd;
-};
-check_syscall_args(sunos_sys_nfssvc)
-
 struct compat_12_sys_getdirentries_args;
 
 struct sunos_sys_statfs_args {
@@ -696,8 +691,6 @@
 
 int	sys_poll(struct lwp *, const struct sys_poll_args *, register_t *);
 
-int	sunos_sys_nfssvc(struct lwp *, const struct sunos_sys_nfssvc_args *, register_t *);
-
 int	compat_12_sys_getdirentries(struct lwp *, const struct compat_12_sys_getdirentries_args *, register_t *);
 
 int	sunos_sys_statfs(struct lwp *, const struct sunos_sys_statfs_args *, register_t *);

Index: src/sys/compat/sunos/sunos_syscalls.c
diff -u src/sys/compat/sunos/sunos_syscalls.c:1.84 src/sys/compat/sunos/sunos_syscalls.c:1.85
--- src/sys/compat/sunos/sunos_syscalls.c:1.84	Mon Dec 14 00:58:37 2009
+++ src/sys/compat/sunos/sunos_syscalls.c	Wed Mar  3 11:08:00 2010
@@ -1,14 +1,14 @@
-/* $NetBSD: sunos_syscalls.c,v 1.84 2009/12/14 00:58:37 matt Exp $ */
+/* $NetBSD: sunos_syscalls.c,v 1.85 2010/03/03 11:08:00 pooka Exp $ */
 
 /*
  * System call names.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from	NetBSD: syscalls.master,v 1.74 2009/01/13 22:27:43 pooka Exp
+ * created from	NetBSD: syscalls.master,v 1.75 2010/03/03 11:07:17 pooka Exp
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: sunos_syscalls.c,v 1.84 2009/12/14 00:58:37 matt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: sunos_syscalls.c,v 1.85 2010/03/03 11:08:00 pooka Exp $");
 
 #if defined(_KERNEL_OPT)
 #if defined(_KERNEL_OPT)
@@ -181,7 +181,7 @@
 	/* 152 */	"#152 (unimplemented putmsg)",
 	/* 153 */	"poll",
 	/* 154 */	"#154 (unimplemented)",
-	/* 155 */	"nfssvc",
+	/* 155 */	"#155 (unimplemented nfssvc)",
 	/* 156 */	"getdirentries",
 	/* 157 */	"statfs",
 	/* 158 */	"fstatfs",

Index: src/sys/compat/sunos/sunos_sysent.c
diff -u src/sys/compat/sunos/sunos_sysent.c:1.80 src/sys/compat/sunos/sunos_sysent.c:1.81
--- src/sys/compat/sunos/sunos_sysent.c:1.80	Mon Dec 14 00:58:37 2009
+++ src/sys/compat/sunos/sunos_sysent.c	Wed Mar  3 11:08:00 2010
@@ -1,14 +1,14 @@
-/* $NetBSD: sunos_sysent.c,v 1.80 2009/12/14 00:58:37 matt Exp $ */
+/* $NetBSD: sunos_sysent.c,v 1.81 2010/03/03 11:08:00 pooka Exp $ */
 
 /*
  * System call switch table.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from	NetBSD: syscalls.master,v 1.74 2009/01/13 22:27:43 pooka Exp
+ * created from	NetBSD: syscalls.master,v 1.75 2010/03/03 11:07:17 pooka Exp
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: sunos_sysent.c,v 1.80 2009/12/14 00:58:37 matt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: sunos_sysent.c,v 1.81 2010/03/03 11:08:00 pooka Exp $");
 
 #if defined(_KERNEL_OPT)
 #include "opt_sysv.h"
@@ -338,8 +338,8 @@
 	    (sy_call_t *)sys_poll },		/* 153 = poll */
 	{ 0, 0, 0,
 	    sys_nosys },			/* 154 = unimplemented */
-	{ ns(struct sunos_sys_nfssvc_args), 0,
-	    (sy_call_t *)sunos_sys_nfssvc },	/* 155 = nfssvc */
+	{ 0, 0, 0,
+	    sys_nosys },			/* 155 = unimplemented nfssvc */
 	{ ns(struct compat_12_sys_getdirentries_args), 0,
 	    (sy_call_t *)compat_12_sys_getdirentries },/* 156 = getdirentries */
 	{ ns(struct sunos_sys_statfs_args), 0,

Reply via email to