Date: Sun, 16 Mar 2008 11:01:33 +0000 (UTC) From: Robert Watson <rwatson@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys kernel.h Message-ID: <200803161101.m2GB1X8j059957@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200803161101.m2GB1X8j059957>
