Module Name: src
Committed By: pooka
Date: Mon Jan 17 16:22:53 UTC 2011
Modified Files:
src/sys/kern: init_sysent.c syscalls.c
src/sys/sys: syscall.h syscallargs.h
Log Message:
regen with no changes (to show previous commits affected rump only)
To generate a diff of this commit:
cvs rdiff -u -r1.249 -r1.250 src/sys/kern/init_sysent.c
cvs rdiff -u -r1.240 -r1.241 src/sys/kern/syscalls.c
cvs rdiff -u -r1.236 -r1.237 src/sys/sys/syscall.h
cvs rdiff -u -r1.219 -r1.220 src/sys/sys/syscallargs.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/kern/init_sysent.c
diff -u src/sys/kern/init_sysent.c:1.249 src/sys/kern/init_sysent.c:1.250
--- src/sys/kern/init_sysent.c:1.249 Mon Jan 10 04:42:24 2011
+++ src/sys/kern/init_sysent.c Mon Jan 17 16:22:53 2011
@@ -1,14 +1,14 @@
-/* $NetBSD: init_sysent.c,v 1.249 2011/01/10 04:42:24 christos Exp $ */
+/* $NetBSD: init_sysent.c,v 1.250 2011/01/17 16:22:53 pooka Exp $ */
/*
* System call switch table.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.240 2011/01/10 04:39:18 christos Exp
+ * created from NetBSD: syscalls.master,v 1.241 2011/01/17 16:21:40 pooka Exp
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: init_sysent.c,v 1.249 2011/01/10 04:42:24 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: init_sysent.c,v 1.250 2011/01/17 16:22:53 pooka Exp $");
#include "opt_modular.h"
#include "opt_ntp.h"
Index: src/sys/kern/syscalls.c
diff -u src/sys/kern/syscalls.c:1.240 src/sys/kern/syscalls.c:1.241
--- src/sys/kern/syscalls.c:1.240 Mon Jan 10 04:42:24 2011
+++ src/sys/kern/syscalls.c Mon Jan 17 16:22:53 2011
@@ -1,14 +1,14 @@
-/* $NetBSD: syscalls.c,v 1.240 2011/01/10 04:42:24 christos Exp $ */
+/* $NetBSD: syscalls.c,v 1.241 2011/01/17 16:22:53 pooka Exp $ */
/*
* System call names.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.240 2011/01/10 04:39:18 christos Exp
+ * created from NetBSD: syscalls.master,v 1.241 2011/01/17 16:21:40 pooka Exp
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: syscalls.c,v 1.240 2011/01/10 04:42:24 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: syscalls.c,v 1.241 2011/01/17 16:22:53 pooka Exp $");
#if defined(_KERNEL_OPT)
#include "opt_modular.h"
Index: src/sys/sys/syscall.h
diff -u src/sys/sys/syscall.h:1.236 src/sys/sys/syscall.h:1.237
--- src/sys/sys/syscall.h:1.236 Mon Jan 10 04:42:25 2011
+++ src/sys/sys/syscall.h Mon Jan 17 16:22:53 2011
@@ -1,10 +1,10 @@
-/* $NetBSD: syscall.h,v 1.236 2011/01/10 04:42:25 christos Exp $ */
+/* $NetBSD: syscall.h,v 1.237 2011/01/17 16:22:53 pooka Exp $ */
/*
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.240 2011/01/10 04:39:18 christos Exp
+ * created from NetBSD: syscalls.master,v 1.241 2011/01/17 16:21:40 pooka Exp
*/
#ifndef _SYS_SYSCALL_H_
Index: src/sys/sys/syscallargs.h
diff -u src/sys/sys/syscallargs.h:1.219 src/sys/sys/syscallargs.h:1.220
--- src/sys/sys/syscallargs.h:1.219 Mon Jan 10 04:42:25 2011
+++ src/sys/sys/syscallargs.h Mon Jan 17 16:22:53 2011
@@ -1,10 +1,10 @@
-/* $NetBSD: syscallargs.h,v 1.219 2011/01/10 04:42:25 christos Exp $ */
+/* $NetBSD: syscallargs.h,v 1.220 2011/01/17 16:22:53 pooka Exp $ */
/*
* System call argument lists.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.240 2011/01/10 04:39:18 christos Exp
+ * created from NetBSD: syscalls.master,v 1.241 2011/01/17 16:21:40 pooka Exp
*/
#ifndef _SYS_SYSCALLARGS_H_