Consolidate statements to initialize files.
authorjhb <jhb@FreeBSD.org>
Mon, 20 Feb 2017 20:37:25 +0000 (20:37 +0000)
committerjhb <jhb@FreeBSD.org>
Mon, 20 Feb 2017 20:37:25 +0000 (20:37 +0000)
commit35ee1d0d12396a50f3e55195bd5c02571499bff5
treeda0d656d8a187796b1c96799affc65ae93d188a7
parent48e0ee172a80a3ecd12fe086726c6b9e94e772cc
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