From 4b93c9151b408b3619aeff309daa37c28eb4ae86 Mon Sep 17 00:00:00 2001 From: ed Date: Wed, 20 Aug 2008 08:39:10 +0000 Subject: 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 --- sys/kern/syscalls.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/kern/syscalls.c') diff --git a/sys/kern/syscalls.c b/sys/kern/syscalls.c index 0a057ce..afca6fe 100644 --- a/sys/kern/syscalls.c +++ b/sys/kern/syscalls.c @@ -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[] = { -- cgit v1.1