From owner-cvs-src@FreeBSD.ORG Fri Aug 22 10:32:08 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E262E16A4C0; Fri, 22 Aug 2003 10:32:08 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D49DB43FCB; Fri, 22 Aug 2003 10:32:07 -0700 (PDT) (envelope-from markm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h7MHW70U027376; Fri, 22 Aug 2003 10:32:07 -0700 (PDT) (envelope-from markm@repoman.freebsd.org) Received: (from markm@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h7MHW7D7027375; Fri, 22 Aug 2003 10:32:07 -0700 (PDT) Message-Id: <200308221732.h7MHW7D7027375@repoman.freebsd.org> From: Mark Murray Date: Fri, 22 Aug 2003 10:32:07 -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/getconf confstr.gperf fake-gperf.awk getconf.c limits.gperf pathconf.gperf progenv.gperf sysconf.gperf X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Aug 2003 17:32:09 -0000 markm 2003/08/22 10:32:07 PDT FreeBSD src repository Modified files: usr.bin/getconf confstr.gperf fake-gperf.awk getconf.c limits.gperf pathconf.gperf progenv.gperf sysconf.gperf Log: Warns fixes. Mainly unused headers/params/vars removal, but also some malloc cleanup. Revision Changes Path 1.5 +2 -2 src/usr.bin/getconf/confstr.gperf 1.3 +2 -4 src/usr.bin/getconf/fake-gperf.awk 1.9 +6 -11 src/usr.bin/getconf/getconf.c 1.2 +2 -2 src/usr.bin/getconf/limits.gperf 1.4 +3 -4 src/usr.bin/getconf/pathconf.gperf 1.2 +2 -2 src/usr.bin/getconf/progenv.gperf 1.5 +2 -3 src/usr.bin/getconf/sysconf.gperf