From owner-cvs-all Sat Mar 30 6: 7:41 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (unknown [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 80D8237B417; Sat, 30 Mar 2002 06:07:36 -0800 (PST) Received: (from dwmalone@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2UE3rd66155; Sat, 30 Mar 2002 06:03:53 -0800 (PST) (envelope-from dwmalone) Message-Id: <200203301403.g2UE3rd66155@freefall.freebsd.org> From: David Malone Date: Sat, 30 Mar 2002 06:03:53 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/fstat fstat.c fstat.h 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 dwmalone 2002/03/30 06:03:53 PST Modified files: usr.bin/fstat fstat.c fstat.h Log: Fix constness warnings. Remove register keyword. Don't initialise "badtype" in declaration - it was initialised below anyway. Remove prototype for strcpy. Revision Changes Path 1.40 +13 -12 src/usr.bin/fstat/fstat.c 1.3 +1 -1 src/usr.bin/fstat/fstat.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message