From owner-cvs-sys Sun Sep 7 09:58:33 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id JAA00250 for cvs-sys-outgoing; Sun, 7 Sep 1997 09:58:33 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id JAA29709; Sun, 7 Sep 1997 09:56:20 -0700 (PDT) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id JAA08623; Sun, 7 Sep 1997 09:53:55 -0700 (PDT) Date: Sun, 7 Sep 1997 09:53:55 -0700 (PDT) Message-Id: <199709071653.JAA08623@freefall.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 Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk 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