Update system call tables.

The previous commit also included changes to all the system call lists,
but it is a tradition to update these lists in a second commit, so rerun
make sysent to update the $FreeBSD$ tags inside these files to refer to
the latest version of syscalls.master.

Requested by:	rwatson
This commit is contained in:
Ed Schouten 2008-08-20 08:39:10 +00:00
parent bc093719ca
commit 18cf135421
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=181906
9 changed files with 9 additions and 9 deletions

View file

@ -3,7 +3,7 @@
*
* DO NOT EDIT-- this file is automatically generated.
* $FreeBSD$
* created from FreeBSD: head/sys/compat/freebsd32/syscalls.master 180433 2008-07-10 17:45:57Z brooks
* created from FreeBSD: head/sys/compat/freebsd32/syscalls.master 181905 2008-08-20 08:31:58Z ed
*/
#ifndef _FREEBSD32_SYSPROTO_H_

View file

@ -3,7 +3,7 @@
*
* DO NOT EDIT-- this file is automatically generated.
* $FreeBSD$
* created from FreeBSD: head/sys/compat/freebsd32/syscalls.master 180433 2008-07-10 17:45:57Z brooks
* created from FreeBSD: head/sys/compat/freebsd32/syscalls.master 181905 2008-08-20 08:31:58Z ed
*/
#define FREEBSD32_SYS_syscall 0

View file

@ -3,7 +3,7 @@
*
* DO NOT EDIT-- this file is automatically generated.
* $FreeBSD$
* created from FreeBSD: head/sys/compat/freebsd32/syscalls.master 180433 2008-07-10 17:45:57Z brooks
* created from FreeBSD: head/sys/compat/freebsd32/syscalls.master 181905 2008-08-20 08:31:58Z ed
*/
const char *freebsd32_syscallnames[] = {

View file

@ -3,7 +3,7 @@
*
* DO NOT EDIT-- this file is automatically generated.
* $FreeBSD$
* created from FreeBSD: head/sys/compat/freebsd32/syscalls.master 180433 2008-07-10 17:45:57Z brooks
* created from FreeBSD: head/sys/compat/freebsd32/syscalls.master 181905 2008-08-20 08:31:58Z ed
*/
#include "opt_compat.h"

View file

@ -3,7 +3,7 @@
*
* DO NOT EDIT-- this file is automatically generated.
* $FreeBSD$
* created from FreeBSD: head/sys/kern/syscalls.master 178888 2008-05-09 23:03:00Z julian
* created from FreeBSD: head/sys/kern/syscalls.master 181905 2008-08-20 08:31:58Z ed
*/
#include "opt_compat.h"

View file

@ -3,7 +3,7 @@
*
* DO NOT EDIT-- this file is automatically generated.
* $FreeBSD$
* created from FreeBSD: head/sys/kern/syscalls.master 178888 2008-05-09 23:03:00Z julian
* created from FreeBSD: head/sys/kern/syscalls.master 181905 2008-08-20 08:31:58Z ed
*/
const char *syscallnames[] = {

View file

@ -3,7 +3,7 @@
*
* DO NOT EDIT-- this file is automatically generated.
* $FreeBSD$
* created from FreeBSD: head/sys/kern/syscalls.master 178888 2008-05-09 23:03:00Z julian
* created from FreeBSD: head/sys/kern/syscalls.master 181905 2008-08-20 08:31:58Z ed
*/
#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: head/sys/kern/syscalls.master 178888 2008-05-09 23:03:00Z julian
# created from FreeBSD: head/sys/kern/syscalls.master 181905 2008-08-20 08:31:58Z ed
MIASM = \
syscall.o \
exit.o \

View file

@ -3,7 +3,7 @@
*
* DO NOT EDIT-- this file is automatically generated.
* $FreeBSD$
* created from FreeBSD: head/sys/kern/syscalls.master 178888 2008-05-09 23:03:00Z julian
* created from FreeBSD: head/sys/kern/syscalls.master 181905 2008-08-20 08:31:58Z ed
*/
#ifndef _SYS_SYSPROTO_H_