From owner-cvs-all Fri Jan 25 12:45:34 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1C72B37B404; Fri, 25 Jan 2002 12:45:31 -0800 (PST) Received: (from phk@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g0PKjVn20935; Fri, 25 Jan 2002 12:45:31 -0800 (PST) (envelope-from phk) Message-Id: <200201252045.g0PKjVn20935@freefall.freebsd.org> From: Poul-Henning Kamp Date: Fri, 25 Jan 2002 12:45:31 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/quotacheck Makefile quotacheck.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phk 2002/01/25 12:45:31 PST Modified files: sbin/quotacheck Makefile quotacheck.c Log: Fix some function prototypes. Cure the "lets put everything in registers" ailment. Set WARNS=2 Fix two problems where casting messed up large quotafiles. PR: 34108 Submitted by: Maxim Katargin MFC after: 3 weeks Revision Changes Path 1.7 +1 -1 src/sbin/quotacheck/Makefile 1.12 +23 -23 src/sbin/quotacheck/quotacheck.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message