Author: jhb
Date: Fri Feb 10 19:45:02 2017
New Revision: 313566
URL: https://svnweb.freebsd.org/changeset/base/313566

Log:
  Regenerate all the system call tables to drop "created from" lines.
  
  One of the ibcs2 files contains some actual changes (new headers) as
  it hasn't been regenerated after older changes to makesyscalls.sh.

Modified:
  head/sys/amd64/linux/linux_proto.h
  head/sys/amd64/linux/linux_syscall.h
  head/sys/amd64/linux/linux_syscalls.c
  head/sys/amd64/linux/linux_sysent.c
  head/sys/amd64/linux32/linux32_proto.h
  head/sys/amd64/linux32/linux32_syscall.h
  head/sys/amd64/linux32/linux32_syscalls.c
  head/sys/amd64/linux32/linux32_sysent.c
  head/sys/compat/cloudabi32/cloudabi32_proto.h
  head/sys/compat/cloudabi32/cloudabi32_syscall.h
  head/sys/compat/cloudabi32/cloudabi32_syscalls.c
  head/sys/compat/cloudabi32/cloudabi32_sysent.c
  head/sys/compat/cloudabi64/cloudabi64_proto.h
  head/sys/compat/cloudabi64/cloudabi64_syscall.h
  head/sys/compat/cloudabi64/cloudabi64_syscalls.c
  head/sys/compat/cloudabi64/cloudabi64_sysent.c
  head/sys/compat/freebsd32/freebsd32_proto.h
  head/sys/compat/freebsd32/freebsd32_syscall.h
  head/sys/compat/freebsd32/freebsd32_syscalls.c
  head/sys/compat/freebsd32/freebsd32_sysent.c
  head/sys/compat/svr4/svr4_proto.h
  head/sys/compat/svr4/svr4_syscall.h
  head/sys/compat/svr4/svr4_syscallnames.c
  head/sys/compat/svr4/svr4_sysent.c
  head/sys/i386/ibcs2/ibcs2_proto.h
  head/sys/i386/ibcs2/ibcs2_syscall.h
  head/sys/i386/ibcs2/ibcs2_sysent.c
  head/sys/i386/linux/linux_proto.h
  head/sys/i386/linux/linux_syscall.h
  head/sys/i386/linux/linux_syscalls.c
  head/sys/i386/linux/linux_sysent.c
  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/amd64/linux/linux_proto.h
==============================================================================
--- head/sys/amd64/linux/linux_proto.h  Fri Feb 10 19:31:09 2017        
(r313565)
+++ head/sys/amd64/linux/linux_proto.h  Fri Feb 10 19:45:02 2017        
(r313566)
@@ -3,7 +3,6 @@
  *
  * DO NOT EDIT-- this file is automatically generated.
  * $FreeBSD$
- * created from FreeBSD: head/sys/amd64/linux/syscalls.master 313284 
2017-02-05 14:17:09Z dchagin
  */
 
 #ifndef _LINUX_SYSPROTO_H_

Modified: head/sys/amd64/linux/linux_syscall.h
==============================================================================
--- head/sys/amd64/linux/linux_syscall.h        Fri Feb 10 19:31:09 2017        
(r313565)
+++ head/sys/amd64/linux/linux_syscall.h        Fri Feb 10 19:45:02 2017        
(r313566)
@@ -3,7 +3,6 @@
  *
  * DO NOT EDIT-- this file is automatically generated.
  * $FreeBSD$
- * created from FreeBSD: head/sys/amd64/linux/syscalls.master 313284 
2017-02-05 14:17:09Z dchagin
  */
 
 #define        LINUX_SYS_read  0

Modified: head/sys/amd64/linux/linux_syscalls.c
==============================================================================
--- head/sys/amd64/linux/linux_syscalls.c       Fri Feb 10 19:31:09 2017        
(r313565)
+++ head/sys/amd64/linux/linux_syscalls.c       Fri Feb 10 19:45:02 2017        
(r313566)
@@ -3,7 +3,6 @@
  *
  * DO NOT EDIT-- this file is automatically generated.
  * $FreeBSD$
- * created from FreeBSD: head/sys/amd64/linux/syscalls.master 313284 
2017-02-05 14:17:09Z dchagin
  */
 
 const char *linux_syscallnames[] = {

Modified: head/sys/amd64/linux/linux_sysent.c
==============================================================================
--- head/sys/amd64/linux/linux_sysent.c Fri Feb 10 19:31:09 2017        
(r313565)
+++ head/sys/amd64/linux/linux_sysent.c Fri Feb 10 19:45:02 2017        
(r313566)
@@ -3,7 +3,6 @@
  *
  * DO NOT EDIT-- this file is automatically generated.
  * $FreeBSD$
- * created from FreeBSD: head/sys/amd64/linux/syscalls.master 313284 
2017-02-05 14:17:09Z dchagin
  */
 
 #include <sys/param.h>

Modified: head/sys/amd64/linux32/linux32_proto.h
==============================================================================
--- head/sys/amd64/linux32/linux32_proto.h      Fri Feb 10 19:31:09 2017        
(r313565)
+++ head/sys/amd64/linux32/linux32_proto.h      Fri Feb 10 19:45:02 2017        
(r313566)
@@ -3,7 +3,6 @@
  *
  * DO NOT EDIT-- this file is automatically generated.
  * $FreeBSD$
- * created from FreeBSD: head/sys/amd64/linux32/syscalls.master 313284 
2017-02-05 14:17:09Z dchagin
  */
 
 #ifndef _LINUX32_SYSPROTO_H_

Modified: head/sys/amd64/linux32/linux32_syscall.h
==============================================================================
--- head/sys/amd64/linux32/linux32_syscall.h    Fri Feb 10 19:31:09 2017        
(r313565)
+++ head/sys/amd64/linux32/linux32_syscall.h    Fri Feb 10 19:45:02 2017        
(r313566)
@@ -3,7 +3,6 @@
  *
  * DO NOT EDIT-- this file is automatically generated.
  * $FreeBSD$
- * created from FreeBSD: head/sys/amd64/linux32/syscalls.master 313284 
2017-02-05 14:17:09Z dchagin
  */
 
 #define        LINUX32_SYS_linux_exit  1

Modified: head/sys/amd64/linux32/linux32_syscalls.c
==============================================================================
--- head/sys/amd64/linux32/linux32_syscalls.c   Fri Feb 10 19:31:09 2017        
(r313565)
+++ head/sys/amd64/linux32/linux32_syscalls.c   Fri Feb 10 19:45:02 2017        
(r313566)
@@ -3,7 +3,6 @@
  *
  * DO NOT EDIT-- this file is automatically generated.
  * $FreeBSD$
- * created from FreeBSD: head/sys/amd64/linux32/syscalls.master 313284 
2017-02-05 14:17:09Z dchagin
  */
 
 const char *linux32_syscallnames[] = {

Modified: head/sys/amd64/linux32/linux32_sysent.c
==============================================================================
--- head/sys/amd64/linux32/linux32_sysent.c     Fri Feb 10 19:31:09 2017        
(r313565)
+++ head/sys/amd64/linux32/linux32_sysent.c     Fri Feb 10 19:45:02 2017        
(r313566)
@@ -3,7 +3,6 @@
  *
  * DO NOT EDIT-- this file is automatically generated.
  * $FreeBSD$
- * created from FreeBSD: head/sys/amd64/linux32/syscalls.master 313284 
2017-02-05 14:17:09Z dchagin
  */
 
 #include "opt_compat.h"

Modified: head/sys/compat/cloudabi32/cloudabi32_proto.h
==============================================================================
--- head/sys/compat/cloudabi32/cloudabi32_proto.h       Fri Feb 10 19:31:09 
2017        (r313565)
+++ head/sys/compat/cloudabi32/cloudabi32_proto.h       Fri Feb 10 19:45:02 
2017        (r313566)
@@ -3,7 +3,6 @@
  *
  * DO NOT EDIT-- this file is automatically generated.
  * $FreeBSD$
- * created from FreeBSD: head/sys/contrib/cloudabi/syscalls32.master 312353 
2017-01-17 22:03:08Z ed
  */
 
 #ifndef _CLOUDABI32_SYSPROTO_H_

Modified: head/sys/compat/cloudabi32/cloudabi32_syscall.h
==============================================================================
--- head/sys/compat/cloudabi32/cloudabi32_syscall.h     Fri Feb 10 19:31:09 
2017        (r313565)
+++ head/sys/compat/cloudabi32/cloudabi32_syscall.h     Fri Feb 10 19:45:02 
2017        (r313566)
@@ -3,7 +3,6 @@
  *
  * DO NOT EDIT-- this file is automatically generated.
  * $FreeBSD$
- * created from FreeBSD: head/sys/contrib/cloudabi/syscalls32.master 312353 
2017-01-17 22:03:08Z ed
  */
 
 #define        CLOUDABI32_SYS_cloudabi_sys_clock_res_get       0

Modified: head/sys/compat/cloudabi32/cloudabi32_syscalls.c
==============================================================================
--- head/sys/compat/cloudabi32/cloudabi32_syscalls.c    Fri Feb 10 19:31:09 
2017        (r313565)
+++ head/sys/compat/cloudabi32/cloudabi32_syscalls.c    Fri Feb 10 19:45:02 
2017        (r313566)
@@ -3,7 +3,6 @@
  *
  * DO NOT EDIT-- this file is automatically generated.
  * $FreeBSD$
- * created from FreeBSD: head/sys/contrib/cloudabi/syscalls32.master 312353 
2017-01-17 22:03:08Z ed
  */
 
 const char *cloudabi32_syscallnames[] = {

Modified: head/sys/compat/cloudabi32/cloudabi32_sysent.c
==============================================================================
--- head/sys/compat/cloudabi32/cloudabi32_sysent.c      Fri Feb 10 19:31:09 
2017        (r313565)
+++ head/sys/compat/cloudabi32/cloudabi32_sysent.c      Fri Feb 10 19:45:02 
2017        (r313566)
@@ -3,7 +3,6 @@
  *
  * DO NOT EDIT-- this file is automatically generated.
  * $FreeBSD$
- * created from FreeBSD: head/sys/contrib/cloudabi/syscalls32.master 312353 
2017-01-17 22:03:08Z ed
  */
 
 #include <sys/sysent.h>

Modified: head/sys/compat/cloudabi64/cloudabi64_proto.h
==============================================================================
--- head/sys/compat/cloudabi64/cloudabi64_proto.h       Fri Feb 10 19:31:09 
2017        (r313565)
+++ head/sys/compat/cloudabi64/cloudabi64_proto.h       Fri Feb 10 19:45:02 
2017        (r313566)
@@ -3,7 +3,6 @@
  *
  * DO NOT EDIT-- this file is automatically generated.
  * $FreeBSD$
- * created from FreeBSD: head/sys/contrib/cloudabi/syscalls64.master 312353 
2017-01-17 22:03:08Z ed
  */
 
 #ifndef _CLOUDABI64_SYSPROTO_H_

Modified: head/sys/compat/cloudabi64/cloudabi64_syscall.h
==============================================================================
--- head/sys/compat/cloudabi64/cloudabi64_syscall.h     Fri Feb 10 19:31:09 
2017        (r313565)
+++ head/sys/compat/cloudabi64/cloudabi64_syscall.h     Fri Feb 10 19:45:02 
2017        (r313566)
@@ -3,7 +3,6 @@
  *
  * DO NOT EDIT-- this file is automatically generated.
  * $FreeBSD$
- * created from FreeBSD: head/sys/contrib/cloudabi/syscalls64.master 312353 
2017-01-17 22:03:08Z ed
  */
 
 #define        CLOUDABI64_SYS_cloudabi_sys_clock_res_get       0

Modified: head/sys/compat/cloudabi64/cloudabi64_syscalls.c
==============================================================================
--- head/sys/compat/cloudabi64/cloudabi64_syscalls.c    Fri Feb 10 19:31:09 
2017        (r313565)
+++ head/sys/compat/cloudabi64/cloudabi64_syscalls.c    Fri Feb 10 19:45:02 
2017        (r313566)
@@ -3,7 +3,6 @@
  *
  * DO NOT EDIT-- this file is automatically generated.
  * $FreeBSD$
- * created from FreeBSD: head/sys/contrib/cloudabi/syscalls64.master 312353 
2017-01-17 22:03:08Z ed
  */
 
 const char *cloudabi64_syscallnames[] = {

Modified: head/sys/compat/cloudabi64/cloudabi64_sysent.c
==============================================================================
--- head/sys/compat/cloudabi64/cloudabi64_sysent.c      Fri Feb 10 19:31:09 
2017        (r313565)
+++ head/sys/compat/cloudabi64/cloudabi64_sysent.c      Fri Feb 10 19:45:02 
2017        (r313566)
@@ -3,7 +3,6 @@
  *
  * DO NOT EDIT-- this file is automatically generated.
  * $FreeBSD$
- * created from FreeBSD: head/sys/contrib/cloudabi/syscalls64.master 312353 
2017-01-17 22:03:08Z ed
  */
 
 #include <sys/sysent.h>

Modified: head/sys/compat/freebsd32/freebsd32_proto.h
==============================================================================
--- head/sys/compat/freebsd32/freebsd32_proto.h Fri Feb 10 19:31:09 2017        
(r313565)
+++ head/sys/compat/freebsd32/freebsd32_proto.h Fri Feb 10 19:45:02 2017        
(r313566)
@@ -3,7 +3,6 @@
  *
  * DO NOT EDIT-- this file is automatically generated.
  * $FreeBSD$
- * created from FreeBSD: head/sys/compat/freebsd32/syscalls.master 310638 
2016-12-27 20:21:11Z jhb
  */
 
 #ifndef _FREEBSD32_SYSPROTO_H_

Modified: head/sys/compat/freebsd32/freebsd32_syscall.h
==============================================================================
--- head/sys/compat/freebsd32/freebsd32_syscall.h       Fri Feb 10 19:31:09 
2017        (r313565)
+++ head/sys/compat/freebsd32/freebsd32_syscall.h       Fri Feb 10 19:45:02 
2017        (r313566)
@@ -3,7 +3,6 @@
  *
  * DO NOT EDIT-- this file is automatically generated.
  * $FreeBSD$
- * created from FreeBSD: head/sys/compat/freebsd32/syscalls.master 310638 
2016-12-27 20:21:11Z jhb
  */
 
 #define        FREEBSD32_SYS_syscall   0

Modified: head/sys/compat/freebsd32/freebsd32_syscalls.c
==============================================================================
--- head/sys/compat/freebsd32/freebsd32_syscalls.c      Fri Feb 10 19:31:09 
2017        (r313565)
+++ head/sys/compat/freebsd32/freebsd32_syscalls.c      Fri Feb 10 19:45:02 
2017        (r313566)
@@ -3,7 +3,6 @@
  *
  * DO NOT EDIT-- this file is automatically generated.
  * $FreeBSD$
- * created from FreeBSD: head/sys/compat/freebsd32/syscalls.master 310638 
2016-12-27 20:21:11Z jhb
  */
 
 const char *freebsd32_syscallnames[] = {

Modified: head/sys/compat/freebsd32/freebsd32_sysent.c
==============================================================================
--- head/sys/compat/freebsd32/freebsd32_sysent.c        Fri Feb 10 19:31:09 
2017        (r313565)
+++ head/sys/compat/freebsd32/freebsd32_sysent.c        Fri Feb 10 19:45:02 
2017        (r313566)
@@ -3,7 +3,6 @@
  *
  * DO NOT EDIT-- this file is automatically generated.
  * $FreeBSD$
- * created from FreeBSD: head/sys/compat/freebsd32/syscalls.master 310638 
2016-12-27 20:21:11Z jhb
  */
 
 #include "opt_compat.h"

Modified: head/sys/compat/svr4/svr4_proto.h
==============================================================================
--- head/sys/compat/svr4/svr4_proto.h   Fri Feb 10 19:31:09 2017        
(r313565)
+++ head/sys/compat/svr4/svr4_proto.h   Fri Feb 10 19:45:02 2017        
(r313566)
@@ -3,7 +3,6 @@
  *
  * DO NOT EDIT-- this file is automatically generated.
  * $FreeBSD$
- * created from FreeBSD: head/sys/compat/svr4/syscalls.master 302096 
2016-06-23 00:29:03Z brooks 
  */
 
 #ifndef _SVR4_SYSPROTO_H_

Modified: head/sys/compat/svr4/svr4_syscall.h
==============================================================================
--- head/sys/compat/svr4/svr4_syscall.h Fri Feb 10 19:31:09 2017        
(r313565)
+++ head/sys/compat/svr4/svr4_syscall.h Fri Feb 10 19:45:02 2017        
(r313566)
@@ -3,7 +3,6 @@
  *
  * DO NOT EDIT-- this file is automatically generated.
  * $FreeBSD$
- * created from FreeBSD: head/sys/compat/svr4/syscalls.master 302096 
2016-06-23 00:29:03Z brooks 
  */
 
 #define        SVR4_SYS_exit   1

Modified: head/sys/compat/svr4/svr4_syscallnames.c
==============================================================================
--- head/sys/compat/svr4/svr4_syscallnames.c    Fri Feb 10 19:31:09 2017        
(r313565)
+++ head/sys/compat/svr4/svr4_syscallnames.c    Fri Feb 10 19:45:02 2017        
(r313566)
@@ -3,7 +3,6 @@
  *
  * DO NOT EDIT-- this file is automatically generated.
  * $FreeBSD$
- * created from FreeBSD: head/sys/compat/svr4/syscalls.master 302096 
2016-06-23 00:29:03Z brooks 
  */
 
 const char *svr4_syscallnames[] = {

Modified: head/sys/compat/svr4/svr4_sysent.c
==============================================================================
--- head/sys/compat/svr4/svr4_sysent.c  Fri Feb 10 19:31:09 2017        
(r313565)
+++ head/sys/compat/svr4/svr4_sysent.c  Fri Feb 10 19:45:02 2017        
(r313566)
@@ -3,7 +3,6 @@
  *
  * DO NOT EDIT-- this file is automatically generated.
  * $FreeBSD$
- * created from FreeBSD: head/sys/compat/svr4/syscalls.master 302096 
2016-06-23 00:29:03Z brooks 
  */
 
 #include <sys/types.h>

Modified: head/sys/i386/ibcs2/ibcs2_proto.h
==============================================================================
--- head/sys/i386/ibcs2/ibcs2_proto.h   Fri Feb 10 19:31:09 2017        
(r313565)
+++ head/sys/i386/ibcs2/ibcs2_proto.h   Fri Feb 10 19:45:02 2017        
(r313566)
@@ -3,7 +3,6 @@
  *
  * DO NOT EDIT-- this file is automatically generated.
  * $FreeBSD$
- * created from FreeBSD: head/sys/i386/ibcs2/syscalls.master 227691 2011-11-19 
06:35:15Z ed 
  */
 
 #ifndef _IBCS2_SYSPROTO_H_
@@ -12,8 +11,10 @@
 #include <sys/signal.h>
 #include <sys/acl.h>
 #include <sys/cpuset.h>
+#include <sys/_ffcounter.h>
 #include <sys/_semaphore.h>
 #include <sys/ucontext.h>
+#include <sys/wait.h>
 
 #include <bsm/audit_kevents.h>
 
@@ -351,6 +352,12 @@ int        ibcs2_isc(struct thread *, struct ib
 
 #endif /* COMPAT_FREEBSD7 */
 
+
+#ifdef COMPAT_FREEBSD10
+
+
+#endif /* COMPAT_FREEBSD10 */
+
 #define        IBCS2_SYS_AUE_ibcs2_read        AUE_NULL
 #define        IBCS2_SYS_AUE_ibcs2_open        AUE_OPEN_RWTC
 #define        IBCS2_SYS_AUE_ibcs2_wait        AUE_WAIT4

Modified: head/sys/i386/ibcs2/ibcs2_syscall.h
==============================================================================
--- head/sys/i386/ibcs2/ibcs2_syscall.h Fri Feb 10 19:31:09 2017        
(r313565)
+++ head/sys/i386/ibcs2/ibcs2_syscall.h Fri Feb 10 19:45:02 2017        
(r313566)
@@ -3,7 +3,6 @@
  *
  * DO NOT EDIT-- this file is automatically generated.
  * $FreeBSD$
- * created from FreeBSD: head/sys/i386/ibcs2/syscalls.master 227691 2011-11-19 
06:35:15Z ed 
  */
 
 #define        IBCS2_SYS_syscall       0

Modified: head/sys/i386/ibcs2/ibcs2_sysent.c
==============================================================================
--- head/sys/i386/ibcs2/ibcs2_sysent.c  Fri Feb 10 19:31:09 2017        
(r313565)
+++ head/sys/i386/ibcs2/ibcs2_sysent.c  Fri Feb 10 19:45:02 2017        
(r313566)
@@ -3,7 +3,6 @@
  *
  * DO NOT EDIT-- this file is automatically generated.
  * $FreeBSD$
- * created from FreeBSD: head/sys/i386/ibcs2/syscalls.master 227691 2011-11-19 
06:35:15Z ed 
  */
 
 #include <sys/param.h>

Modified: head/sys/i386/linux/linux_proto.h
==============================================================================
--- head/sys/i386/linux/linux_proto.h   Fri Feb 10 19:31:09 2017        
(r313565)
+++ head/sys/i386/linux/linux_proto.h   Fri Feb 10 19:45:02 2017        
(r313566)
@@ -3,7 +3,6 @@
  *
  * DO NOT EDIT-- this file is automatically generated.
  * $FreeBSD$
- * created from FreeBSD: head/sys/i386/linux/syscalls.master 313284 2017-02-05 
14:17:09Z dchagin
  */
 
 #ifndef _LINUX_SYSPROTO_H_

Modified: head/sys/i386/linux/linux_syscall.h
==============================================================================
--- head/sys/i386/linux/linux_syscall.h Fri Feb 10 19:31:09 2017        
(r313565)
+++ head/sys/i386/linux/linux_syscall.h Fri Feb 10 19:45:02 2017        
(r313566)
@@ -3,7 +3,6 @@
  *
  * DO NOT EDIT-- this file is automatically generated.
  * $FreeBSD$
- * created from FreeBSD: head/sys/i386/linux/syscalls.master 313284 2017-02-05 
14:17:09Z dchagin
  */
 
 #define        LINUX_SYS_linux_exit    1

Modified: head/sys/i386/linux/linux_syscalls.c
==============================================================================
--- head/sys/i386/linux/linux_syscalls.c        Fri Feb 10 19:31:09 2017        
(r313565)
+++ head/sys/i386/linux/linux_syscalls.c        Fri Feb 10 19:45:02 2017        
(r313566)
@@ -3,7 +3,6 @@
  *
  * DO NOT EDIT-- this file is automatically generated.
  * $FreeBSD$
- * created from FreeBSD: head/sys/i386/linux/syscalls.master 313284 2017-02-05 
14:17:09Z dchagin
  */
 
 const char *linux_syscallnames[] = {

Modified: head/sys/i386/linux/linux_sysent.c
==============================================================================
--- head/sys/i386/linux/linux_sysent.c  Fri Feb 10 19:31:09 2017        
(r313565)
+++ head/sys/i386/linux/linux_sysent.c  Fri Feb 10 19:45:02 2017        
(r313566)
@@ -3,7 +3,6 @@
  *
  * DO NOT EDIT-- this file is automatically generated.
  * $FreeBSD$
- * created from FreeBSD: head/sys/i386/linux/syscalls.master 313284 2017-02-05 
14:17:09Z dchagin
  */
 
 #include <sys/param.h>

Modified: head/sys/kern/init_sysent.c
==============================================================================
--- head/sys/kern/init_sysent.c Fri Feb 10 19:31:09 2017        (r313565)
+++ head/sys/kern/init_sysent.c Fri Feb 10 19:45:02 2017        (r313566)
@@ -3,7 +3,6 @@
  *
  * DO NOT EDIT-- this file is automatically generated.
  * $FreeBSD$
- * created from FreeBSD: head/sys/kern/syscalls.master 310638 2016-12-27 
20:21:11Z jhb
  */
 
 #include "opt_compat.h"

Modified: head/sys/kern/syscalls.c
==============================================================================
--- head/sys/kern/syscalls.c    Fri Feb 10 19:31:09 2017        (r313565)
+++ head/sys/kern/syscalls.c    Fri Feb 10 19:45:02 2017        (r313566)
@@ -3,7 +3,6 @@
  *
  * DO NOT EDIT-- this file is automatically generated.
  * $FreeBSD$
- * created from FreeBSD: head/sys/kern/syscalls.master 310638 2016-12-27 
20:21:11Z jhb
  */
 
 const char *syscallnames[] = {

Modified: head/sys/sys/syscall.h
==============================================================================
--- head/sys/sys/syscall.h      Fri Feb 10 19:31:09 2017        (r313565)
+++ head/sys/sys/syscall.h      Fri Feb 10 19:45:02 2017        (r313566)
@@ -3,7 +3,6 @@
  *
  * DO NOT EDIT-- this file is automatically generated.
  * $FreeBSD$
- * created from FreeBSD: head/sys/kern/syscalls.master 310638 2016-12-27 
20:21:11Z jhb
  */
 
 #define        SYS_syscall     0

Modified: head/sys/sys/syscall.mk
==============================================================================
--- head/sys/sys/syscall.mk     Fri Feb 10 19:31:09 2017        (r313565)
+++ head/sys/sys/syscall.mk     Fri Feb 10 19:45:02 2017        (r313566)
@@ -1,7 +1,6 @@
 # FreeBSD system call object files.
 # DO NOT EDIT-- this file is automatically generated.
 # $FreeBSD$
-# created from FreeBSD: head/sys/kern/syscalls.master 310638 2016-12-27 
20:21:11Z jhb
 MIASM =  \
        syscall.o \
        exit.o \

Modified: head/sys/sys/sysproto.h
==============================================================================
--- head/sys/sys/sysproto.h     Fri Feb 10 19:31:09 2017        (r313565)
+++ head/sys/sys/sysproto.h     Fri Feb 10 19:45:02 2017        (r313566)
@@ -3,7 +3,6 @@
  *
  * DO NOT EDIT-- this file is automatically generated.
  * $FreeBSD$
- * created from FreeBSD: head/sys/kern/syscalls.master 310638 2016-12-27 
20:21:11Z jhb
  */
 
 #ifndef _SYS_SYSPROTO_H_
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to