From owner-cvs-all Thu Nov 8 7:33: 1 2001 Delivered-To: cvs-all@freebsd.org Received: from straylight.ringlet.net (sentinel.office1.bg [217.75.134.126]) by hub.freebsd.org (Postfix) with SMTP id A078237B422 for ; Thu, 8 Nov 2001 07:32:50 -0800 (PST) Received: (qmail 806 invoked by uid 1000); 8 Nov 2001 15:32:25 -0000 Date: Thu, 8 Nov 2001 17:32:25 +0200 From: Peter Pentchev To: Warner Losh Cc: Edward Brocklesby , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/sys conf.h Message-ID: <20011108173224.A761@straylight.oblivion.bg> Mail-Followup-To: Warner Losh , Edward Brocklesby , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200111080711.fA87BNU97847@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200111080711.fA87BNU97847@freefall.freebsd.org>; from imp@FreeBSD.org on Wed, Nov 07, 2001 at 11:11:23PM -0800 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 On Wed, Nov 07, 2001 at 11:11:23PM -0800, Warner Losh wrote: > imp 2001/11/07 23:11:23 PST > > Modified files: (Branch: RELENG_4) > sys/sys conf.h > Log: > MFC 1.132: const char *fmt for make_dev This kinda broke the kernel build, though :) Attached is the RELENG_4-relevant part of kern_conf.c rev. 1.95, which went together with conf.h 1.132. Reported by: Edward Brocklesby G'luck, Peter -- "yields falsehood, when appended to its quotation." yields falsehood, when appended to its quotation. Index: src/sys/kern/kern_conf.c =================================================================== RCS file: /home/ncvs/src/sys/kern/kern_conf.c,v retrieving revision 1.73.2.1 diff -u -r1.73.2.1 kern_conf.c --- src/sys/kern/kern_conf.c 24 Jul 2001 09:49:41 -0000 1.73.2.1 +++ src/sys/kern/kern_conf.c 8 Nov 2001 15:15:04 -0000 @@ -289,7 +289,7 @@ } dev_t -make_dev(struct cdevsw *devsw, int minor, uid_t uid, gid_t gid, int perms, char *fmt, ...) +make_dev(struct cdevsw *devsw, int minor, uid_t uid, gid_t gid, int perms, const char *fmt, ...) { dev_t dev; va_list ap; To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message