]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC 313564:
authorjhb <jhb@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Wed, 10 May 2017 23:09:17 +0000 (23:09 +0000)
committerjhb <jhb@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Wed, 10 May 2017 23:09:17 +0000 (23:09 +0000)
commit08fabe9254c9ca24c0a24df1e757e78f94653762
tree66dc63583cfaec6bb287fa6e7aea02be7fb8cc2b
parentea681e99970beb101aa4c7bfe83f24953979fb66
MFC 313564:
Drop the "created from" line from files generated by makesyscalls.sh.

This information is less useful when the generated files are included in
source control along with the source.  If needed it can be reconstructed
from the $FreeBSD$ tag in the generated file.  Removing this information
from the generated output permits committing the generated files along
with the change to the system call master list without having inconsistent
metadata in the generated files.

Regenerate the affected files along with the MFC.

git-svn-id: svn://svn.freebsd.org/base/stable/10@318164 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
29 files changed:
sys/amd64/linux/linux_proto.h
sys/amd64/linux/linux_syscall.h
sys/amd64/linux/linux_syscalls.c
sys/amd64/linux/linux_sysent.c
sys/amd64/linux32/linux32_proto.h
sys/amd64/linux32/linux32_syscall.h
sys/amd64/linux32/linux32_syscalls.c
sys/amd64/linux32/linux32_sysent.c
sys/compat/freebsd32/freebsd32_proto.h
sys/compat/freebsd32/freebsd32_syscall.h
sys/compat/freebsd32/freebsd32_syscalls.c
sys/compat/freebsd32/freebsd32_sysent.c
sys/compat/svr4/svr4_proto.h
sys/compat/svr4/svr4_syscall.h
sys/compat/svr4/svr4_syscallnames.c
sys/compat/svr4/svr4_sysent.c
sys/i386/ibcs2/ibcs2_proto.h
sys/i386/ibcs2/ibcs2_syscall.h
sys/i386/ibcs2/ibcs2_sysent.c
sys/i386/linux/linux_proto.h
sys/i386/linux/linux_syscall.h
sys/i386/linux/linux_syscalls.c
sys/i386/linux/linux_sysent.c
sys/kern/init_sysent.c
sys/kern/makesyscalls.sh
sys/kern/syscalls.c
sys/sys/syscall.h
sys/sys/syscall.mk
sys/sys/sysproto.h