Source-Changes-HG archive

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

[src/trunk]: src/sys commit all files when regen'ing



details:   https://anonhg.NetBSD.org/src/rev/da2e99859f79
branches:  trunk
changeset: 789655:da2e99859f79
user:      pooka <pooka%NetBSD.org@localhost>
date:      Fri Aug 30 11:10:34 2013 +0000

description:
commit all files when regen'ing

diffstat:

 sys/kern/init_sysent.c |   6 +++---
 sys/kern/syscalls.c    |   6 +++---
 sys/sys/syscall.h      |   4 ++--
 sys/sys/syscallargs.h  |  12 +++++-------
 4 files changed, 13 insertions(+), 15 deletions(-)

diffs (116 lines):

diff -r e994fd17a745 -r da2e99859f79 sys/kern/init_sysent.c
--- a/sys/kern/init_sysent.c    Fri Aug 30 10:34:39 2013 +0000
+++ b/sys/kern/init_sysent.c    Fri Aug 30 11:10:34 2013 +0000
@@ -1,14 +1,14 @@
-/* $NetBSD: init_sysent.c,v 1.271 2013/03/29 01:10:13 christos Exp $ */
+/* $NetBSD: init_sysent.c,v 1.272 2013/08/30 11:10:35 pooka Exp $ */
 
 /*
  * System call switch table.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from        NetBSD: syscalls.master,v 1.262 2013/03/29 01:08:17 christos Exp
+ * created from        NetBSD: syscalls.master,v 1.263 2013/08/30 10:33:10 pooka Exp
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: init_sysent.c,v 1.271 2013/03/29 01:10:13 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: init_sysent.c,v 1.272 2013/08/30 11:10:35 pooka Exp $");
 
 #include "opt_modular.h"
 #include "opt_ntp.h"
diff -r e994fd17a745 -r da2e99859f79 sys/kern/syscalls.c
--- a/sys/kern/syscalls.c       Fri Aug 30 10:34:39 2013 +0000
+++ b/sys/kern/syscalls.c       Fri Aug 30 11:10:34 2013 +0000
@@ -1,14 +1,14 @@
-/* $NetBSD: syscalls.c,v 1.262 2013/03/29 01:10:13 christos Exp $ */
+/* $NetBSD: syscalls.c,v 1.263 2013/08/30 11:10:35 pooka Exp $ */
 
 /*
  * System call names.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from        NetBSD: syscalls.master,v 1.262 2013/03/29 01:08:17 christos Exp
+ * created from        NetBSD: syscalls.master,v 1.263 2013/08/30 10:33:10 pooka Exp
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: syscalls.c,v 1.262 2013/03/29 01:10:13 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: syscalls.c,v 1.263 2013/08/30 11:10:35 pooka Exp $");
 
 #if defined(_KERNEL_OPT)
 #include "opt_modular.h"
diff -r e994fd17a745 -r da2e99859f79 sys/sys/syscall.h
--- a/sys/sys/syscall.h Fri Aug 30 10:34:39 2013 +0000
+++ b/sys/sys/syscall.h Fri Aug 30 11:10:34 2013 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: syscall.h,v 1.258 2013/03/29 01:10:22 christos Exp $ */
+/* $NetBSD: syscall.h,v 1.259 2013/08/30 11:10:34 pooka Exp $ */
 
 /*
  * System call numbers.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from        NetBSD: syscalls.master,v 1.262 2013/03/29 01:08:17 christos Exp
+ * created from        NetBSD: syscalls.master,v 1.263 2013/08/30 10:33:10 pooka Exp
  */
 
 #ifndef _SYS_SYSCALL_H_
diff -r e994fd17a745 -r da2e99859f79 sys/sys/syscallargs.h
--- a/sys/sys/syscallargs.h     Fri Aug 30 10:34:39 2013 +0000
+++ b/sys/sys/syscallargs.h     Fri Aug 30 11:10:34 2013 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: syscallargs.h,v 1.241 2013/03/29 01:10:22 christos Exp $ */
+/* $NetBSD: syscallargs.h,v 1.242 2013/08/30 11:10:34 pooka Exp $ */
 
 /*
  * System call argument lists.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from        NetBSD: syscalls.master,v 1.262 2013/03/29 01:08:17 christos Exp
+ * created from        NetBSD: syscalls.master,v 1.263 2013/08/30 10:33:10 pooka Exp
  */
 
 #ifndef _SYS_SYSCALLARGS_H_
@@ -3080,12 +3080,14 @@
 };
 check_syscall_args(sys_fchownat)
 
+#ifndef RUMP_CLIENT
 struct sys_fexecve_args {
        syscallarg(int) fd;
        syscallarg(char *const *) argp;
        syscallarg(char *const *) envp;
 };
 check_syscall_args(sys_fexecve)
+#endif /* !RUMP_CLIENT */
 
 struct sys_fstatat_args {
        syscallarg(int) fd;
@@ -3157,7 +3159,6 @@
 check_syscall_args(sys_posix_spawn)
 #endif /* !RUMP_CLIENT */
 
-#ifndef RUMP_CLIENT
 struct sys_recvmmsg_args {
        syscallarg(int) s;
        syscallarg(struct mmsghdr *) mmsg;
@@ -3166,9 +3167,7 @@
        syscallarg(struct timespec *) timeout;
 };
 check_syscall_args(sys_recvmmsg)
-#endif /* !RUMP_CLIENT */
-
-#ifndef RUMP_CLIENT
+
 struct sys_sendmmsg_args {
        syscallarg(int) s;
        syscallarg(struct mmsghdr *) mmsg;
@@ -3176,7 +3175,6 @@
        syscallarg(unsigned int) flags;
 };
 check_syscall_args(sys_sendmmsg)
-#endif /* !RUMP_CLIENT */
 
 #ifndef RUMP_CLIENT
 struct sys_clock_nanosleep_args {



Home | Main Index | Thread Index | Old Index