Date: Sun, 7 Sep 1997 09:53:55 -0700 (PDT) From: Bruce Evans <bde@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/kern uipc_socket2.c src/sys/sys sysctl.h Message-ID: <199709071653.JAA08623@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
bde         1997/09/07 09:53:55 PDT
  Modified files:
    sys/kern             uipc_socket2.c 
    sys/sys              sysctl.h 
  Log:
  Removed trailing semicolons from the definitions of the sysctl
  declaration macros so that a semicolon can be added when the macros
  are invoked without giving a (pedantic) syntax error.  Invocations
  need to be followed by a semicolon so that programs like indent and
  gtags don't get confused.
  
  Fixed the one invocation that wasn't followed by a trailing semicolon.
  
  Revision  Changes    Path
  1.30      +2 -2      src/sys/kern/uipc_socket2.c
  1.57      +8 -8      src/sys/sys/sysctl.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199709071653.JAA08623>
