]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC 313999: Consolidate statements to initialize files.
authorjhb <jhb@FreeBSD.org>
Thu, 11 May 2017 04:29:20 +0000 (04:29 +0000)
committerjhb <jhb@FreeBSD.org>
Thu, 11 May 2017 04:29:20 +0000 (04:29 +0000)
commita3bbb52744f6222d95f7329383f674e7c4472ab5
tree23968dfe96202bd265de2e3f4786232265ad9dd1
parentcd85d2ba464801be89680dd84abd9079acb5aca8
MFC 313999: Consolidate statements to initialize files.

Previously, the first lines of various generated files from system call
tables were generated in two sections.  Some of the initialization was
done in BEGIN, and the rest was done when the first line was encountered.
The main reason for this split before r313564 was that most of the
initialization done in the second section depended on the $FreeBSD$ tag
extracted from the system call table.  Now that the $FreeBSD$ tag is no
longer used, consolidate all of the file initialization in the BEGIN
section.

This change was tested by confirming that the content of generated files
did not change.
sys/kern/makesyscalls.sh