Update the "created from" section to reflect the most recent version of

syscalls.master

Requested by:	jhb
This commit is contained in:
Christian S.J. Peron 2005-09-27 14:36:59 +00:00
parent 7f300b47dd
commit 6acd4b6189
5 changed files with 5 additions and 5 deletions

View File

@ -3,7 +3,7 @@
*
* DO NOT EDIT-- this file is automatically generated.
* $FreeBSD$
* created from FreeBSD: src/sys/kern/syscalls.master,v 1.198 2005/07/08 15:01:13 jhb Exp
* created from FreeBSD: src/sys/kern/syscalls.master,v 1.199 2005/09/27 14:32:04 csjp Exp
*/
#include "opt_compat.h"

View File

@ -3,7 +3,7 @@
*
* DO NOT EDIT-- this file is automatically generated.
* $FreeBSD$
* created from FreeBSD: src/sys/kern/syscalls.master,v 1.198 2005/07/08 15:01:13 jhb Exp
* created from FreeBSD: src/sys/kern/syscalls.master,v 1.199 2005/09/27 14:32:04 csjp Exp
*/
const char *syscallnames[] = {

View File

@ -3,7 +3,7 @@
*
* DO NOT EDIT-- this file is automatically generated.
* $FreeBSD$
* created from FreeBSD: src/sys/kern/syscalls.master,v 1.198 2005/07/08 15:01:13 jhb Exp
* created from FreeBSD: src/sys/kern/syscalls.master,v 1.199 2005/09/27 14:32:04 csjp Exp
*/
#define SYS_syscall 0

View File

@ -1,7 +1,7 @@
# FreeBSD system call names.
# DO NOT EDIT-- this file is automatically generated.
# $FreeBSD$
# created from FreeBSD: src/sys/kern/syscalls.master,v 1.198 2005/07/08 15:01:13 jhb Exp
# created from FreeBSD: src/sys/kern/syscalls.master,v 1.199 2005/09/27 14:32:04 csjp Exp
MIASM = \
syscall.o \
exit.o \

View File

@ -3,7 +3,7 @@
*
* DO NOT EDIT-- this file is automatically generated.
* $FreeBSD$
* created from FreeBSD: src/sys/kern/syscalls.master,v 1.198 2005/07/08 15:01:13 jhb Exp
* created from FreeBSD: src/sys/kern/syscalls.master,v 1.199 2005/09/27 14:32:04 csjp Exp
*/
#ifndef _SYS_SYSPROTO_H_