From owner-cvs-all Tue Mar 19 9: 3:28 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 CCBFE37B402; Tue, 19 Mar 2002 09:03:14 -0800 (PST) Received: (from iedowse@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2JH3Ei52713; Tue, 19 Mar 2002 09:03:14 -0800 (PST) (envelope-from iedowse) Message-Id: <200203191703.g2JH3Ei52713@freefall.freebsd.org> From: Ian Dowse Date: Tue, 19 Mar 2002 09:03:14 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/newfs Makefile mkfs.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 iedowse 2002/03/19 09:03:14 PST Modified files: sbin/newfs Makefile mkfs.c Log: The FSIRAND code is always compiled in, and it is unlikely that anyone needs a newfs without it. Remove the #ifdef's from around the code and the -DFSIRAND from the Makefile. Also remove redundant declarations of random() and srandomdev(). Revision Changes Path 1.18 +0 -1 src/sbin/newfs/Makefile 1.46 +1 -19 src/sbin/newfs/mkfs.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message