From owner-cvs-all@FreeBSD.ORG Sun May 16 15:08:18 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 436ED16A4CE; Sun, 16 May 2004 15:08:18 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BAF9E43D3F; Sun, 16 May 2004 15:08:17 -0700 (PDT) (envelope-from stefanf@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i4GM8HGe028686; Sun, 16 May 2004 15:08:17 -0700 (PDT) (envelope-from stefanf@repoman.freebsd.org) Received: (from stefanf@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i4GM8HRK028685; Sun, 16 May 2004 15:08:17 -0700 (PDT) (envelope-from stefanf) Message-Id: <200405162208.i4GM8HRK028685@repoman.freebsd.org> From: Stefan Farfeleder Date: Sun, 16 May 2004 15:08:17 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/finger net.c src/usr.sbin/gstat gstat.c src/usr.sbin/keyserv keyserv.h src/usr.sbin/mrouted cfparse.y src/usr.sbin/rpc.lockd lockd_lock.c src/lib/libdisk disk.c src/usr.sbin/boot0cfg boot0cfg.c src/usr.sbin/pccard/pccardc ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 May 2004 22:08:18 -0000 stefanf 2004/05/16 15:08:17 PDT FreeBSD src repository Modified files: usr.bin/finger net.c usr.sbin/gstat gstat.c usr.sbin/keyserv keyserv.h usr.sbin/mrouted cfparse.y usr.sbin/rpc.lockd lockd_lock.c lib/libdisk disk.c usr.sbin/boot0cfg boot0cfg.c usr.sbin/pccard/pccardc pccardc.c Log: Remove spurious semicolons. Outside of functions they are actually errors but GCC doesn't warn about them without -pedantic. Approved by: das (mentor) PR: 56649 Reviewed by: md5 Revision Changes Path 1.122 +1 -1 src/lib/libdisk/disk.c 1.23 +1 -1 src/usr.bin/finger/net.c 1.16 +1 -1 src/usr.sbin/boot0cfg/boot0cfg.c 1.9 +1 -1 src/usr.sbin/gstat/gstat.c 1.3 +1 -1 src/usr.sbin/keyserv/keyserv.h 1.13 +2 -2 src/usr.sbin/mrouted/cfparse.y 1.13 +1 -1 src/usr.sbin/pccard/pccardc/pccardc.c 1.14 +1 -1 src/usr.sbin/rpc.lockd/lockd_lock.c