regen (for RCSID)

This commit is contained in:
lukem 2001-11-12 15:03:35 +00:00
parent bbfda04203
commit 6e65bad538
2 changed files with 8 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: init_sysent.c,v 1.127 2001/07/01 18:07:33 thorpej Exp $ */ /* $NetBSD: init_sysent.c,v 1.128 2001/11/12 15:03:35 lukem Exp $ */
/* /*
* System call switch table. * System call switch table.
@ -7,6 +7,9 @@
* created from NetBSD: syscalls.master,v 1.110 2001/07/01 18:06:11 thorpej Exp * created from NetBSD: syscalls.master,v 1.110 2001/07/01 18:06:11 thorpej Exp
*/ */
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: init_sysent.c,v 1.128 2001/11/12 15:03:35 lukem Exp $");
#include "opt_ktrace.h" #include "opt_ktrace.h"
#include "opt_nfsserver.h" #include "opt_nfsserver.h"
#include "opt_ntp.h" #include "opt_ntp.h"

View File

@ -1,4 +1,4 @@
/* $NetBSD: syscalls.c,v 1.122 2001/07/01 18:07:33 thorpej Exp $ */ /* $NetBSD: syscalls.c,v 1.123 2001/11/12 15:03:35 lukem Exp $ */
/* /*
* System call names. * System call names.
@ -7,6 +7,9 @@
* created from NetBSD: syscalls.master,v 1.110 2001/07/01 18:06:11 thorpej Exp * created from NetBSD: syscalls.master,v 1.110 2001/07/01 18:06:11 thorpej Exp
*/ */
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: syscalls.c,v 1.123 2001/11/12 15:03:35 lukem Exp $");
#if defined(_KERNEL_OPT) #if defined(_KERNEL_OPT)
#include "opt_ktrace.h" #include "opt_ktrace.h"
#include "opt_nfsserver.h" #include "opt_nfsserver.h"