Author: rwatson
Date: Wed Dec 7 16:12:27 2016
New Revision: 309678
URL: https://svnweb.freebsd.org/changeset/base/309678
Log:
Regnerate system-call definitions following r309677 correcting a whitespace
glitch in syscalls.master.
Modified:
head/sys/kern/init_sysent.c
head/sys/kern/syscalls.c
head/sys/sys/syscall.h
head/sys/sys/syscall.mk
head/sys/sys/sysproto.h
Modified: head/sys/kern/init_sysent.c
==============================================================================
--- head/sys/kern/init_sysent.c Wed Dec 7 16:11:55 2016 (r309677)
+++ head/sys/kern/init_sysent.c Wed Dec 7 16:12:27 2016 (r309678)
@@ -3,7 +3,7 @@
*
* DO NOT EDIT-- this file is automatically generated.
* $FreeBSD$
- * created from FreeBSD: head/sys/kern/syscalls.master 304395 2016-08-18
10:50:40Z gnn
+ * created from FreeBSD: head/sys/kern/syscalls.master 309677 2016-12-07
16:11:55Z rwatson
*/
#include "opt_compat.h"
Modified: head/sys/kern/syscalls.c
==============================================================================
--- head/sys/kern/syscalls.c Wed Dec 7 16:11:55 2016 (r309677)
+++ head/sys/kern/syscalls.c Wed Dec 7 16:12:27 2016 (r309678)
@@ -3,7 +3,7 @@
*
* DO NOT EDIT-- this file is automatically generated.
* $FreeBSD$
- * created from FreeBSD: head/sys/kern/syscalls.master 304395 2016-08-18
10:50:40Z gnn
+ * created from FreeBSD: head/sys/kern/syscalls.master 309677 2016-12-07
16:11:55Z rwatson
*/
const char *syscallnames[] = {
Modified: head/sys/sys/syscall.h
==============================================================================
--- head/sys/sys/syscall.h Wed Dec 7 16:11:55 2016 (r309677)
+++ head/sys/sys/syscall.h Wed Dec 7 16:12:27 2016 (r309678)
@@ -3,7 +3,7 @@
*
* DO NOT EDIT-- this file is automatically generated.
* $FreeBSD$
- * created from FreeBSD: head/sys/kern/syscalls.master 304395 2016-08-18
10:50:40Z gnn
+ * created from FreeBSD: head/sys/kern/syscalls.master 309677 2016-12-07
16:11:55Z rwatson
*/
#define SYS_syscall 0
Modified: head/sys/sys/syscall.mk
==============================================================================
--- head/sys/sys/syscall.mk Wed Dec 7 16:11:55 2016 (r309677)
+++ head/sys/sys/syscall.mk Wed Dec 7 16:12:27 2016 (r309678)
@@ -1,7 +1,7 @@
# FreeBSD system call object files.
# DO NOT EDIT-- this file is automatically generated.
# $FreeBSD$
-# created from FreeBSD: head/sys/kern/syscalls.master 304395 2016-08-18
10:50:40Z gnn
+# created from FreeBSD: head/sys/kern/syscalls.master 309677 2016-12-07
16:11:55Z rwatson
MIASM = \
syscall.o \
exit.o \
Modified: head/sys/sys/sysproto.h
==============================================================================
--- head/sys/sys/sysproto.h Wed Dec 7 16:11:55 2016 (r309677)
+++ head/sys/sys/sysproto.h Wed Dec 7 16:12:27 2016 (r309678)
@@ -3,7 +3,7 @@
*
* DO NOT EDIT-- this file is automatically generated.
* $FreeBSD$
- * created from FreeBSD: head/sys/kern/syscalls.master 304395 2016-08-18
10:50:40Z gnn
+ * created from FreeBSD: head/sys/kern/syscalls.master 309677 2016-12-07
16:11:55Z rwatson
*/
#ifndef _SYS_SYSPROTO_H_
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"