cvs commit: src/sys/sys kernel.h
Robert Watson
rwatson at FreeBSD.org
Sun Mar 16 04:01:33 PDT 2008
rwatson 2008-03-16 11:01:33 UTC
FreeBSD src repository
Modified files:
sys/sys kernel.h
Log:
Remove trailing ';' from C_SYSINIT() macro definition, in keeping
with style(9) recommendation that macros not contain the
terminating ';', leaving that to the invoker. All SYSINIT()
consumers must now provide a trailing ';'.
Unlike the change to remove the ';'s from callers, this change
shouldn't be MFC'd unless we don't mind requiring source changes
to third party modules that might still depend on SYSINIT()
providing its own ';'.
Revision Changes Path
1.139 +1 -1 src/sys/sys/kernel.h
More information about the cvs-src
mailing list