aboutsummaryrefslogtreecommitdiff
path: root/sys/sys
diff options
context:
space:
mode:
authorRobert Watson <rwatson@FreeBSD.org>2016-12-07 16:12:27 +0000
committerRobert Watson <rwatson@FreeBSD.org>2016-12-07 16:12:27 +0000
commit52b42f62879ae17ae17ba1b56d8d401295e0779f (patch)
treede960102c8c6bf2e2dd4a522cfcad30544c53da4 /sys/sys
parent82d8d2b8bcb78e8844ef4f20a22ab6f2ea4a0f18 (diff)
downloadsrc-52b42f62879ae17ae17ba1b56d8d401295e0779f.tar.gz
src-52b42f62879ae17ae17ba1b56d8d401295e0779f.zip
Regnerate system-call definitions following r309677 correcting a whitespace
glitch in syscalls.master.
Notes
Notes: svn path=/head/; revision=309678
Diffstat (limited to 'sys/sys')
-rw-r--r--sys/sys/syscall.h2
-rw-r--r--sys/sys/syscall.mk2
-rw-r--r--sys/sys/sysproto.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/sys/sys/syscall.h b/sys/sys/syscall.h
index e9b91ef2a371..5bf661c89e62 100644
--- a/sys/sys/syscall.h
+++ b/sys/sys/syscall.h
@@ -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
diff --git a/sys/sys/syscall.mk b/sys/sys/syscall.mk
index c5592a52c31e..6d493980249c 100644
--- a/sys/sys/syscall.mk
+++ b/sys/sys/syscall.mk
@@ -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 \
diff --git a/sys/sys/sysproto.h b/sys/sys/sysproto.h
index f55bad3af91e..c2d995c1c406 100644
--- a/sys/sys/sysproto.h
+++ b/sys/sys/sysproto.h
@@ -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_