svn commit: r289770 - in head/sys: kern sys

John Baldwin jhb at FreeBSD.org
Thu Oct 22 21:30:42 UTC 2015


Author: jhb
Date: Thu Oct 22 21:30:39 2015
New Revision: 289770
URL: https://svnweb.freebsd.org/changeset/base/289770

Log:
  Missing regen after last change to sys/kern/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	Thu Oct 22 21:28:20 2015	(r289769)
+++ head/sys/kern/init_sysent.c	Thu Oct 22 21:30:39 2015	(r289770)
@@ -3,7 +3,7 @@
  *
  * DO NOT EDIT-- this file is automatically generated.
  * $FreeBSD$
- * created from FreeBSD: head/sys/kern/syscalls.master 281714 2015-04-18 21:50:13Z kib 
+ * created from FreeBSD: head/sys/kern/syscalls.master 285388 2015-07-11 15:22:11Z adrian 
  */
 
 #include "opt_compat.h"

Modified: head/sys/kern/syscalls.c
==============================================================================
--- head/sys/kern/syscalls.c	Thu Oct 22 21:28:20 2015	(r289769)
+++ head/sys/kern/syscalls.c	Thu Oct 22 21:30:39 2015	(r289770)
@@ -3,7 +3,7 @@
  *
  * DO NOT EDIT-- this file is automatically generated.
  * $FreeBSD$
- * created from FreeBSD: head/sys/kern/syscalls.master 281714 2015-04-18 21:50:13Z kib 
+ * created from FreeBSD: head/sys/kern/syscalls.master 285388 2015-07-11 15:22:11Z adrian 
  */
 
 const char *syscallnames[] = {

Modified: head/sys/sys/syscall.h
==============================================================================
--- head/sys/sys/syscall.h	Thu Oct 22 21:28:20 2015	(r289769)
+++ head/sys/sys/syscall.h	Thu Oct 22 21:30:39 2015	(r289770)
@@ -3,7 +3,7 @@
  *
  * DO NOT EDIT-- this file is automatically generated.
  * $FreeBSD$
- * created from FreeBSD: head/sys/kern/syscalls.master 281714 2015-04-18 21:50:13Z kib 
+ * created from FreeBSD: head/sys/kern/syscalls.master 285388 2015-07-11 15:22:11Z adrian 
  */
 
 #define	SYS_syscall	0

Modified: head/sys/sys/syscall.mk
==============================================================================
--- head/sys/sys/syscall.mk	Thu Oct 22 21:28:20 2015	(r289769)
+++ head/sys/sys/syscall.mk	Thu Oct 22 21:30:39 2015	(r289770)
@@ -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 281714 2015-04-18 21:50:13Z kib 
+# created from FreeBSD: head/sys/kern/syscalls.master 285388 2015-07-11 15:22:11Z adrian 
 MIASM =  \
 	syscall.o \
 	exit.o \

Modified: head/sys/sys/sysproto.h
==============================================================================
--- head/sys/sys/sysproto.h	Thu Oct 22 21:28:20 2015	(r289769)
+++ head/sys/sys/sysproto.h	Thu Oct 22 21:30:39 2015	(r289770)
@@ -3,7 +3,7 @@
  *
  * DO NOT EDIT-- this file is automatically generated.
  * $FreeBSD$
- * created from FreeBSD: head/sys/kern/syscalls.master 281714 2015-04-18 21:50:13Z kib 
+ * created from FreeBSD: head/sys/kern/syscalls.master 285388 2015-07-11 15:22:11Z adrian 
  */
 
 #ifndef _SYS_SYSPROTO_H_


More information about the svn-src-all mailing list