From 427f482fda46e17db6600d46957cb0e95a62d3c5 Mon Sep 17 00:00:00 2001 From: tsutsui Date: Sun, 11 Jan 2009 12:22:51 +0000 Subject: [PATCH] Regen to pull proper "created from" revision strings. --- sys/kern/init_sysent.c | 6 +++--- sys/kern/syscalls.c | 6 +++--- sys/rump/include/rump/rump_syscalls.h | 4 ++-- sys/rump/librump/rumpkern/rump_syscalls.c | 6 +++--- sys/sys/syscall.h | 4 ++-- sys/sys/syscallargs.h | 4 ++-- 6 files changed, 15 insertions(+), 15 deletions(-) diff --git a/sys/kern/init_sysent.c b/sys/kern/init_sysent.c index 47f11a41522c..101168bf7f6b 100644 --- a/sys/kern/init_sysent.c +++ b/sys/kern/init_sysent.c @@ -1,14 +1,14 @@ -/* $NetBSD: init_sysent.c,v 1.235 2009/01/11 02:45:52 christos Exp $ */ +/* $NetBSD: init_sysent.c,v 1.236 2009/01/11 12:22:51 tsutsui Exp $ */ /* * System call switch table. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.196.2.9 2008/12/29 00:03:54 christos Exp + * created from NetBSD: syscalls.master,v 1.219 2009/01/11 02:45:53 christos Exp */ #include -__KERNEL_RCSID(0, "$NetBSD: init_sysent.c,v 1.235 2009/01/11 02:45:52 christos Exp $"); +__KERNEL_RCSID(0, "$NetBSD: init_sysent.c,v 1.236 2009/01/11 12:22:51 tsutsui Exp $"); #include "opt_ntp.h" #include "opt_sysv.h" diff --git a/sys/kern/syscalls.c b/sys/kern/syscalls.c index e05c2d1ee34d..8051a59bc47f 100644 --- a/sys/kern/syscalls.c +++ b/sys/kern/syscalls.c @@ -1,14 +1,14 @@ -/* $NetBSD: syscalls.c,v 1.226 2009/01/11 02:45:53 christos Exp $ */ +/* $NetBSD: syscalls.c,v 1.227 2009/01/11 12:22:51 tsutsui Exp $ */ /* * System call names. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.196.2.9 2008/12/29 00:03:54 christos Exp + * created from NetBSD: syscalls.master,v 1.219 2009/01/11 02:45:53 christos Exp */ #include -__KERNEL_RCSID(0, "$NetBSD: syscalls.c,v 1.226 2009/01/11 02:45:53 christos Exp $"); +__KERNEL_RCSID(0, "$NetBSD: syscalls.c,v 1.227 2009/01/11 12:22:51 tsutsui Exp $"); #if defined(_KERNEL_OPT) #include "opt_ntp.h" diff --git a/sys/rump/include/rump/rump_syscalls.h b/sys/rump/include/rump/rump_syscalls.h index 240f6162ca8b..9f7cb0d741b7 100644 --- a/sys/rump/include/rump/rump_syscalls.h +++ b/sys/rump/include/rump/rump_syscalls.h @@ -1,10 +1,10 @@ -/* $NetBSD: rump_syscalls.h,v 1.3 2009/01/11 02:45:55 christos Exp $ */ +/* $NetBSD: rump_syscalls.h,v 1.4 2009/01/11 12:22:52 tsutsui Exp $ */ /* * System call protos in rump namespace. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.196.2.9 2008/12/29 00:03:54 christos Exp + * created from NetBSD: syscalls.master,v 1.219 2009/01/11 02:45:53 christos Exp */ ssize_t rump_sys_read(int, void *, size_t, int *); diff --git a/sys/rump/librump/rumpkern/rump_syscalls.c b/sys/rump/librump/rumpkern/rump_syscalls.c index 46a642691262..f7468d1919c0 100644 --- a/sys/rump/librump/rumpkern/rump_syscalls.c +++ b/sys/rump/librump/rumpkern/rump_syscalls.c @@ -1,14 +1,14 @@ -/* $NetBSD: rump_syscalls.c,v 1.23 2009/01/11 02:45:55 christos Exp $ */ +/* $NetBSD: rump_syscalls.c,v 1.24 2009/01/11 12:22:52 tsutsui Exp $ */ /* * System call marshalling for rump. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.196.2.9 2008/12/29 00:03:54 christos Exp + * created from NetBSD: syscalls.master,v 1.219 2009/01/11 02:45:53 christos Exp */ #include -__KERNEL_RCSID(0, "$NetBSD: rump_syscalls.c,v 1.23 2009/01/11 02:45:55 christos Exp $"); +__KERNEL_RCSID(0, "$NetBSD: rump_syscalls.c,v 1.24 2009/01/11 12:22:52 tsutsui Exp $"); #include #include diff --git a/sys/sys/syscall.h b/sys/sys/syscall.h index 7e7b3b13b03a..4a80d52816e2 100644 --- a/sys/sys/syscall.h +++ b/sys/sys/syscall.h @@ -1,10 +1,10 @@ -/* $NetBSD: syscall.h,v 1.223 2009/01/11 02:45:55 christos Exp $ */ +/* $NetBSD: syscall.h,v 1.224 2009/01/11 12:22:51 tsutsui Exp $ */ /* * System call numbers. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.196.2.9 2008/12/29 00:03:54 christos Exp + * created from NetBSD: syscalls.master,v 1.219 2009/01/11 02:45:53 christos Exp */ #ifndef _SYS_SYSCALL_H_ diff --git a/sys/sys/syscallargs.h b/sys/sys/syscallargs.h index 7df02c61f45f..c960c05e48d7 100644 --- a/sys/sys/syscallargs.h +++ b/sys/sys/syscallargs.h @@ -1,10 +1,10 @@ -/* $NetBSD: syscallargs.h,v 1.205 2009/01/11 02:45:55 christos Exp $ */ +/* $NetBSD: syscallargs.h,v 1.206 2009/01/11 12:22:51 tsutsui Exp $ */ /* * System call argument lists. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.196.2.9 2008/12/29 00:03:54 christos Exp + * created from NetBSD: syscalls.master,v 1.219 2009/01/11 02:45:53 christos Exp */ #ifndef _SYS_SYSCALLARGS_H_