Source-Changes-HG archive

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

[src/trunk]: src/sys regen: include sys/sched.h in syscallargs.h



details:   https://anonhg.NetBSD.org/src/rev/bdaa2b48656f
branches:  trunk
changeset: 761005:bdaa2b48656f
user:      pooka <pooka%NetBSD.org@localhost>
date:      Tue Jan 18 17:34:28 2011 +0000

description:
regen: include sys/sched.h in syscallargs.h

diffstat:

 sys/kern/init_sysent.c |  6 +++---
 sys/kern/syscalls.c    |  6 +++---
 sys/sys/syscall.h      |  4 ++--
 sys/sys/syscallargs.h  |  5 +++--
 4 files changed, 11 insertions(+), 10 deletions(-)

diffs (81 lines):

diff -r d2651b9fc884 -r bdaa2b48656f sys/kern/init_sysent.c
--- a/sys/kern/init_sysent.c    Tue Jan 18 17:33:05 2011 +0000
+++ b/sys/kern/init_sysent.c    Tue Jan 18 17:34:28 2011 +0000
@@ -1,14 +1,14 @@
-/* $NetBSD: init_sysent.c,v 1.250 2011/01/17 16:22:53 pooka Exp $ */
+/* $NetBSD: init_sysent.c,v 1.251 2011/01/18 17:34:28 pooka Exp $ */
 
 /*
  * System call switch table.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from        NetBSD: syscalls.master,v 1.241 2011/01/17 16:21:40 pooka Exp
+ * created from        NetBSD: syscalls.master,v 1.242 2011/01/17 18:24:17 pooka Exp
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: init_sysent.c,v 1.250 2011/01/17 16:22:53 pooka Exp $");
+__KERNEL_RCSID(0, "$NetBSD: init_sysent.c,v 1.251 2011/01/18 17:34:28 pooka Exp $");
 
 #include "opt_modular.h"
 #include "opt_ntp.h"
diff -r d2651b9fc884 -r bdaa2b48656f sys/kern/syscalls.c
--- a/sys/kern/syscalls.c       Tue Jan 18 17:33:05 2011 +0000
+++ b/sys/kern/syscalls.c       Tue Jan 18 17:34:28 2011 +0000
@@ -1,14 +1,14 @@
-/* $NetBSD: syscalls.c,v 1.241 2011/01/17 16:22:53 pooka Exp $ */
+/* $NetBSD: syscalls.c,v 1.242 2011/01/18 17:34:28 pooka Exp $ */
 
 /*
  * System call names.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from        NetBSD: syscalls.master,v 1.241 2011/01/17 16:21:40 pooka Exp
+ * created from        NetBSD: syscalls.master,v 1.242 2011/01/17 18:24:17 pooka Exp
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: syscalls.c,v 1.241 2011/01/17 16:22:53 pooka Exp $");
+__KERNEL_RCSID(0, "$NetBSD: syscalls.c,v 1.242 2011/01/18 17:34:28 pooka Exp $");
 
 #if defined(_KERNEL_OPT)
 #include "opt_modular.h"
diff -r d2651b9fc884 -r bdaa2b48656f sys/sys/syscall.h
--- a/sys/sys/syscall.h Tue Jan 18 17:33:05 2011 +0000
+++ b/sys/sys/syscall.h Tue Jan 18 17:34:28 2011 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: syscall.h,v 1.237 2011/01/17 16:22:53 pooka Exp $ */
+/* $NetBSD: syscall.h,v 1.238 2011/01/18 17:34:28 pooka Exp $ */
 
 /*
  * System call numbers.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from        NetBSD: syscalls.master,v 1.241 2011/01/17 16:21:40 pooka Exp
+ * created from        NetBSD: syscalls.master,v 1.242 2011/01/17 18:24:17 pooka Exp
  */
 
 #ifndef _SYS_SYSCALL_H_
diff -r d2651b9fc884 -r bdaa2b48656f sys/sys/syscallargs.h
--- a/sys/sys/syscallargs.h     Tue Jan 18 17:33:05 2011 +0000
+++ b/sys/sys/syscallargs.h     Tue Jan 18 17:34:28 2011 +0000
@@ -1,16 +1,17 @@
-/* $NetBSD: syscallargs.h,v 1.220 2011/01/17 16:22:53 pooka Exp $ */
+/* $NetBSD: syscallargs.h,v 1.221 2011/01/18 17:34:28 pooka Exp $ */
 
 /*
  * System call argument lists.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from        NetBSD: syscalls.master,v 1.241 2011/01/17 16:21:40 pooka Exp
+ * created from        NetBSD: syscalls.master,v 1.242 2011/01/17 18:24:17 pooka Exp
  */
 
 #ifndef _SYS_SYSCALLARGS_H_
 #define        _SYS_SYSCALLARGS_H_
 
 #include <sys/mount.h>
+#include <sys/sched.h>
 
 #define        SYS_MAXSYSARGS  8
 



Home | Main Index | Thread Index | Old Index