From owner-freebsd-bugs@FreeBSD.ORG Sun Sep 12 02:40:30 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4EB1216A533 for ; Sun, 12 Sep 2004 02:40:30 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 25A9543D31 for ; Sun, 12 Sep 2004 02:40:30 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i8C2eTgA087128 for ; Sun, 12 Sep 2004 02:40:29 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8C2eTPx087127; Sun, 12 Sep 2004 02:40:29 GMT (envelope-from gnats) Resent-Date: Sun, 12 Sep 2004 02:40:29 GMT Resent-Message-Id: <200409120240.i8C2eTPx087127@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Dan Lukes Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6E90F16A4CE for ; Sun, 12 Sep 2004 02:38:35 +0000 (GMT) Received: from kulesh.obluda.cz (kulesh.obluda.cz [193.179.22.243]) by mx1.FreeBSD.org (Postfix) with ESMTP id 59FEF43D41 for ; Sun, 12 Sep 2004 02:38:34 +0000 (GMT) (envelope-from dan@obluda.cz) Received: from kulesh.obluda.cz (localhost.eunet.cz [127.0.0.1]) by kulesh.obluda.cz (8.13.1/8.13.1) with ESMTP id i8C2cWK7007119 for ; Sun, 12 Sep 2004 04:38:33 +0200 (CEST) (envelope-from dan@obluda.cz) Received: (from root@localhost) by kulesh.obluda.cz (8.13.1/8.13.1/Submit) id i8C2cWrh007118 for FreeBSD-gnats-submit@freebsd.org; Sun, 12 Sep 2004 04:38:32 +0200 (CEST) (envelope-from dan@obluda.cz) Message-Id: <200409120238.i8C2cWrh007118@kulesh.obluda.cz> Date: Sun, 12 Sep 2004 04:38:32 +0200 (CEST) From: Dan Lukes To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: bin/71629: [PATCH] cleanup of the usr.sbin/pppstats code X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Dan Lukes List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Sep 2004 02:40:30 -0000 >Number: 71629 >Category: bin >Synopsis: [PATCH] cleanup of the usr.sbin/pppstats code >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Sep 12 02:40:29 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Dan Lukes >Release: FreeBSD 5.3-BETA3 i386 >Organization: Obludarium >Environment: System: FreeBSD kulesh.obluda.cz 5.3-BETA3 FreeBSD 5.3-BETA3 #8: Sun Sep 5 07:06:40 CEST 2004 dan@kulesh.obluda.cz:/usr/obj/usr/src/sys/Dan i386 $FreeBSD: usr.sbin/pppstats/pppstats.c,v 1.14 2002/04/22 13:44:46 des >Description: There are more than 5000 warnings issued during "make buildworld". Some of them are false positives, but some of them are sign of true errors. Nobody is upset by warnings due it's amount, so some errors remain uncorrected. I want to cleanup the code-base from warnings, so warnings will become "attention mark" again. usr.sbin/pppstats/pppstats.c:35: warning: 'rcsid' defined but not used >How-To-Repeat: N/A >Fix: *** usr.sbin/pppstats/pppstats.c.ORIG Mon Jul 1 23:57:04 2002 --- usr.sbin/pppstats/pppstats.c Sat Sep 11 10:28:39 2004 *************** *** 31,39 **** * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. */ ! #ifndef lint ! static char rcsid[] = "$FreeBSD: src/usr.sbin/pppstats/pppstats.c,v 1.14 2002/04/22 13:44:46 des Exp $"; ! #endif #include #include --- 31,38 ---- * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. */ ! #include ! __FBSDID("$FreeBSD: src/usr.sbin/pppstats/pppstats.c,v 1.14 2002/04/22 13:44:46 des Exp $"); #include #include >Release-Note: >Audit-Trail: >Unformatted: