From owner-cvs-all Wed Jun 20 19:10:30 2001
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 BDBD937B409; Wed, 20 Jun 2001 19:10:27 -0700 (PDT)
(envelope-from dd@FreeBSD.org)
Received: (from dd@localhost)
by freefall.freebsd.org (8.11.3/8.11.3) id f5L2ARZ03800;
Wed, 20 Jun 2001 19:10:27 -0700 (PDT)
(envelope-from dd)
Message-Id: <200106210210.f5L2ARZ03800@freefall.freebsd.org>
From: Dima Dorfman
Date: Wed, 20 Jun 2001 19:10:27 -0700 (PDT)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/sbin/mdconfig Makefile mdconfig.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
dd 2001/06/20 19:10:27 PDT
Modified files:
sbin/mdconfig Makefile mdconfig.c
Log:
Constify mdmaybeload(), add a prototype for usage(), and get rid of a
sizeof(int) == sizeof(long) assumption; clamp down with WARNS=2.
Revision Changes Path
1.6 +2 -1 src/sbin/mdconfig/Makefile
1.15 +6 -4 src/sbin/mdconfig/mdconfig.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message