Regen to pull proper "created from" revision strings.
This commit is contained in:
parent
348730301a
commit
427f482fda
@ -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 <sys/cdefs.h>
|
||||
__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"
|
||||
|
@ -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 <sys/cdefs.h>
|
||||
__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"
|
||||
|
@ -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 *);
|
||||
|
@ -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 <sys/cdefs.h>
|
||||
__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 <sys/types.h>
|
||||
#include <sys/param.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_
|
||||
|
@ -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_
|
||||
|
Loading…
Reference in New Issue
Block a user