regen.
This commit is contained in:
parent
80d10710d5
commit
aa144d4a0b
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: init_sysent.c,v 1.209 2008/01/27 16:14:59 martin Exp $ */
|
||||
/* $NetBSD: init_sysent.c,v 1.210 2008/01/28 10:33:32 yamt Exp $ */
|
||||
|
||||
/*
|
||||
* System call switch table.
|
||||
|
@ -8,7 +8,7 @@
|
|||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: init_sysent.c,v 1.209 2008/01/27 16:14:59 martin Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: init_sysent.c,v 1.210 2008/01/28 10:33:32 yamt Exp $");
|
||||
|
||||
#include "opt_nfsserver.h"
|
||||
#include "opt_ntp.h"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: syscalls.c,v 1.203 2008/01/27 16:14:59 martin Exp $ */
|
||||
/* $NetBSD: syscalls.c,v 1.204 2008/01/28 10:33:33 yamt Exp $ */
|
||||
|
||||
/*
|
||||
* System call names.
|
||||
|
@ -8,7 +8,7 @@
|
|||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: syscalls.c,v 1.203 2008/01/27 16:14:59 martin Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: syscalls.c,v 1.204 2008/01/28 10:33:33 yamt Exp $");
|
||||
|
||||
#if defined(_KERNEL_OPT)
|
||||
#include "opt_nfsserver.h"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: syscall.h,v 1.200 2008/01/27 16:15:00 martin Exp $ */
|
||||
/* $NetBSD: syscall.h,v 1.201 2008/01/28 10:33:32 yamt Exp $ */
|
||||
|
||||
/*
|
||||
* System call numbers.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: syscallargs.h,v 1.182 2008/01/27 16:15:00 martin Exp $ */
|
||||
/* $NetBSD: syscallargs.h,v 1.183 2008/01/28 10:33:32 yamt Exp $ */
|
||||
|
||||
/*
|
||||
* System call argument lists.
|
||||
|
|
Loading…
Reference in New Issue