Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/bouyer-quota2]: src/sys/compat/netbsd32 Regen



details:   https://anonhg.NetBSD.org/src/rev/b9da7d281a4d
branches:  bouyer-quota2
changeset: 761146:b9da7d281a4d
user:      bouyer <bouyer%NetBSD.org@localhost>
date:      Wed Feb 09 16:10:18 2011 +0000

description:
Regen

diffstat:

 sys/compat/netbsd32/netbsd32_syscall.h     |  12 ++++++------
 sys/compat/netbsd32/netbsd32_syscallargs.h |  18 +++++++++---------
 sys/compat/netbsd32/netbsd32_syscalls.c    |  10 +++++-----
 sys/compat/netbsd32/netbsd32_sysent.c      |  14 +++++++-------
 4 files changed, 27 insertions(+), 27 deletions(-)

diffs (184 lines):

diff -r 9063a52b12bb -r b9da7d281a4d sys/compat/netbsd32/netbsd32_syscall.h
--- a/sys/compat/netbsd32/netbsd32_syscall.h    Wed Feb 09 16:09:55 2011 +0000
+++ b/sys/compat/netbsd32/netbsd32_syscall.h    Wed Feb 09 16:10:18 2011 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: netbsd32_syscall.h,v 1.92.6.1 2011/01/20 14:24:55 bouyer Exp $ */
+/* $NetBSD: netbsd32_syscall.h,v 1.92.6.2 2011/02/09 16:10:18 bouyer Exp $ */
 
 /*
  * System call numbers.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from        NetBSD: syscalls.master,v 1.84 2010/03/02 21:07:21 pooka Exp
+ * created from        NetBSD: syscalls.master,v 1.84.6.2 2011/02/09 16:09:55 bouyer Exp
  */
 
 #ifndef _NETBSD32_SYS_SYSCALL_H_
@@ -432,8 +432,8 @@
 /* syscall: "setsid" ret: "int" args: */
 #define        NETBSD32_SYS_setsid     147
 
-/* syscall: "compat_50_netbsd32_quotactl50" ret: "int" args: "netbsd32_charp" "int" "int" "netbsd32_voidp" */
-#define        NETBSD32_SYS_compat_50_netbsd32_quotactl50      148
+/* syscall: "compat_50_netbsd32_quotactl" ret: "int" args: "netbsd32_charp" "int" "int" "netbsd32_voidp" */
+#define        NETBSD32_SYS_compat_50_netbsd32_quotactl        148
 
 /* syscall: "compat_43_oquota" ret: "int" args: */
 #define        NETBSD32_SYS_compat_43_oquota   149
@@ -1196,8 +1196,8 @@
 /* syscall: "netbsd32___fhstat50" ret: "int" args: "const netbsd32_voidp" "netbsd32_size_t" "netbsd32_statp_t" */
 #define        NETBSD32_SYS_netbsd32___fhstat50        451
 
-/* syscall: "quotactl" ret: "int" args: "const char *" "netbsd32_voidp" */
-#define        NETBSD32_SYS_quotactl   452
+/* syscall: "netbsd32___quotactl50" ret: "int" args: "const netbsd32_charp" "netbsd32_voidp" */
+#define        NETBSD32_SYS_netbsd32___quotactl50      452
 
 #define        NETBSD32_SYS_MAXSYSCALL 453
 #define        NETBSD32_SYS_NSYSENT    512
diff -r 9063a52b12bb -r b9da7d281a4d sys/compat/netbsd32/netbsd32_syscallargs.h
--- a/sys/compat/netbsd32/netbsd32_syscallargs.h        Wed Feb 09 16:09:55 2011 +0000
+++ b/sys/compat/netbsd32/netbsd32_syscallargs.h        Wed Feb 09 16:10:18 2011 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: netbsd32_syscallargs.h,v 1.92.6.1 2011/01/20 14:24:55 bouyer Exp $ */
+/* $NetBSD: netbsd32_syscallargs.h,v 1.92.6.2 2011/02/09 16:10:18 bouyer Exp $ */
 
 /*
  * System call argument lists.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from        NetBSD: syscalls.master,v 1.84 2010/03/02 21:07:21 pooka Exp
+ * created from        NetBSD: syscalls.master,v 1.84.6.2 2011/02/09 16:09:55 bouyer Exp
  */
 
 #ifndef _NETBSD32_SYS_SYSCALLARGS_H_
@@ -801,13 +801,13 @@
 };
 check_syscall_args(compat_43_netbsd32_killpg)
 
-struct compat_50_netbsd32_quotactl50_args {
+struct compat_50_netbsd32_quotactl_args {
        syscallarg(netbsd32_charp) path;
        syscallarg(int) cmd;
        syscallarg(int) uid;
        syscallarg(netbsd32_voidp) arg;
 };
-check_syscall_args(compat_50_netbsd32_quotactl50)
+check_syscall_args(compat_50_netbsd32_quotactl)
 
 struct compat_43_netbsd32_ogetsockname_args {
        syscallarg(int) fdec;
@@ -2303,11 +2303,11 @@
 };
 check_syscall_args(netbsd32___fhstat50)
 
-struct sys_quotactl_args {
-       syscallarg(const char *) path;
+struct netbsd32___quotactl50_args {
+       syscallarg(const netbsd32_charp) path;
        syscallarg(netbsd32_voidp) pref;
 };
-check_syscall_args(sys_quotactl)
+check_syscall_args(netbsd32___quotactl50)
 
 /*
  * System call prototypes.
@@ -2587,7 +2587,7 @@
 
 int    sys_setsid(struct lwp *, const void *, register_t *);
 
-int    compat_50_netbsd32_quotactl50(struct lwp *, const struct compat_50_netbsd32_quotactl50_args *, register_t *);
+int    compat_50_netbsd32_quotactl(struct lwp *, const struct compat_50_netbsd32_quotactl_args *, register_t *);
 
 int    compat_43_sys_quota(struct lwp *, const void *, register_t *);
 
@@ -3085,6 +3085,6 @@
 
 int    netbsd32___fhstat50(struct lwp *, const struct netbsd32___fhstat50_args *, register_t *);
 
-int    sys_quotactl(struct lwp *, const struct sys_quotactl_args *, register_t *);
+int    netbsd32___quotactl50(struct lwp *, const struct netbsd32___quotactl50_args *, register_t *);
 
 #endif /* _NETBSD32_SYS_SYSCALLARGS_H_ */
diff -r 9063a52b12bb -r b9da7d281a4d sys/compat/netbsd32/netbsd32_syscalls.c
--- a/sys/compat/netbsd32/netbsd32_syscalls.c   Wed Feb 09 16:09:55 2011 +0000
+++ b/sys/compat/netbsd32/netbsd32_syscalls.c   Wed Feb 09 16:10:18 2011 +0000
@@ -1,14 +1,14 @@
-/* $NetBSD: netbsd32_syscalls.c,v 1.91.6.1 2011/01/20 14:24:55 bouyer Exp $ */
+/* $NetBSD: netbsd32_syscalls.c,v 1.91.6.2 2011/02/09 16:10:18 bouyer Exp $ */
 
 /*
  * System call names.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from        NetBSD: syscalls.master,v 1.84 2010/03/02 21:07:21 pooka Exp
+ * created from        NetBSD: syscalls.master,v 1.84.6.2 2011/02/09 16:09:55 bouyer Exp
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: netbsd32_syscalls.c,v 1.91.6.1 2011/01/20 14:24:55 bouyer Exp $");
+__KERNEL_RCSID(0, "$NetBSD: netbsd32_syscalls.c,v 1.91.6.2 2011/02/09 16:10:18 bouyer Exp $");
 
 #if defined(_KERNEL_OPT)
 #if defined(_KERNEL_OPT)
@@ -176,7 +176,7 @@
        /* 145 */       "compat_43_netbsd32_osetrlimit",
        /* 146 */       "compat_43_netbsd32_killpg",
        /* 147 */       "setsid",
-       /* 148 */       "compat_50_netbsd32_quotactl50",
+       /* 148 */       "compat_50_netbsd32_quotactl",
        /* 149 */       "compat_43_oquota",
        /* 150 */       "compat_43_netbsd32_ogetsockname",
        /* 151 */       "#151 (unimplemented)",
@@ -563,7 +563,7 @@
        /* 449 */       "netbsd32___wait450",
        /* 450 */       "netbsd32___mknod50",
        /* 451 */       "netbsd32___fhstat50",
-       /* 452 */       "quotactl",
+       /* 452 */       "netbsd32___quotactl50",
        /* 453 */       "# filler",
        /* 454 */       "# filler",
        /* 455 */       "# filler",
diff -r 9063a52b12bb -r b9da7d281a4d sys/compat/netbsd32/netbsd32_sysent.c
--- a/sys/compat/netbsd32/netbsd32_sysent.c     Wed Feb 09 16:09:55 2011 +0000
+++ b/sys/compat/netbsd32/netbsd32_sysent.c     Wed Feb 09 16:10:18 2011 +0000
@@ -1,14 +1,14 @@
-/* $NetBSD: netbsd32_sysent.c,v 1.91.6.1 2011/01/20 14:24:55 bouyer Exp $ */
+/* $NetBSD: netbsd32_sysent.c,v 1.91.6.2 2011/02/09 16:10:18 bouyer Exp $ */
 
 /*
  * System call switch table.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from        NetBSD: syscalls.master,v 1.84 2010/03/02 21:07:21 pooka Exp
+ * created from        NetBSD: syscalls.master,v 1.84.6.2 2011/02/09 16:09:55 bouyer Exp
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: netbsd32_sysent.c,v 1.91.6.1 2011/01/20 14:24:55 bouyer Exp $");
+__KERNEL_RCSID(0, "$NetBSD: netbsd32_sysent.c,v 1.91.6.2 2011/02/09 16:10:18 bouyer Exp $");
 
 #if defined(_KERNEL_OPT)
 #include "opt_compat_netbsd.h"
@@ -404,8 +404,8 @@
            (sy_call_t *)compat_43(netbsd32_killpg) },/* 146 = compat_43_netbsd32_killpg */
        { 0, 0, 0,
            (sy_call_t *)sys_setsid },          /* 147 = setsid */
-       { ns(struct compat_50_netbsd32_quotactl50_args), 0,
-           (sy_call_t *)compat_50(netbsd32_quotactl50) },/* 148 = compat_50_netbsd32_quotactl50 */
+       { ns(struct compat_50_netbsd32_quotactl_args), 0,
+           (sy_call_t *)compat_50(netbsd32_quotactl) },/* 148 = compat_50_netbsd32_quotactl */
        { 0, 0, 0,
            (sy_call_t *)compat_43(sys_quota) },/* 149 = compat_43_oquota */
        { ns(struct compat_43_netbsd32_ogetsockname_args), 0,
@@ -1130,8 +1130,8 @@
            (sy_call_t *)netbsd32___mknod50 },  /* 450 = netbsd32___mknod50 */
        { ns(struct netbsd32___fhstat50_args), 0,
            (sy_call_t *)netbsd32___fhstat50 }, /* 451 = netbsd32___fhstat50 */
-       { ns(struct sys_quotactl_args), 0,
-           (sy_call_t *)sys_quotactl },        /* 452 = quotactl */
+       { ns(struct netbsd32___quotactl50_args), 0,
+           (sy_call_t *)netbsd32___quotactl50 },/* 452 = netbsd32___quotactl50 */
        { 0, 0, 0,
            sys_nosys },                        /* 453 = filler */
        { 0, 0, 0,



Home | Main Index | Thread Index | Old Index