From owner-cvs-all@FreeBSD.ORG Sat Apr 9 14:59:11 2005 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 36D3B16A4CE; Sat, 9 Apr 2005 14:59:11 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 07EEA43D2D; Sat, 9 Apr 2005 14:59:11 +0000 (GMT) (envelope-from stefanf@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j39ExAM9049452; Sat, 9 Apr 2005 14:59:10 GMT (envelope-from stefanf@repoman.freebsd.org) Received: (from stefanf@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j39ExA89049451; Sat, 9 Apr 2005 14:59:10 GMT (envelope-from stefanf) Message-Id: <200504091459.j39ExA89049451@repoman.freebsd.org> From: Stefan Farfeleder Date: Sat, 9 Apr 2005 14:59:10 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/mountd mountd.c src/usr.sbin/pstat pstat.c src/usr.sbin/pw cpdir.c src/usr.sbin/quot quot.c 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: Sat, 09 Apr 2005 14:59:11 -0000 stefanf 2005-04-09 14:59:10 UTC FreeBSD src repository Modified files: usr.sbin/mountd mountd.c usr.sbin/pstat pstat.c usr.sbin/pw cpdir.c usr.sbin/quot quot.c Log: Remove unused variables. Revision Changes Path 1.80 +0 -2 src/usr.sbin/mountd/mountd.c 1.95 +0 -2 src/usr.sbin/pstat/pstat.c 1.7 +1 -4 src/usr.sbin/pw/cpdir.c 1.23 +1 -3 src/usr.sbin/quot/quot.c