Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 Nov 2001 17:32:25 +0200
From:      Peter Pentchev <roam@ringlet.net>
To:        Warner Losh <imp@FreeBSD.org>
Cc:        Edward Brocklesby <ejb@leguin.org.uk>, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   Re: cvs commit: src/sys/sys conf.h
Message-ID:  <20011108173224.A761@straylight.oblivion.bg>
In-Reply-To: <200111080711.fA87BNU97847@freefall.freebsd.org>; from imp@FreeBSD.org on Wed, Nov 07, 2001 at 11:11:23PM -0800
References:  <200111080711.fA87BNU97847@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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 <ejb@leguin.org.uk>

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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20011108173224.A761>