From owner-freebsd-hackers Thu Nov 8 8:43:39 2001 Delivered-To: freebsd-hackers@freebsd.org Received: from elisa.utopianet.net (elisa.utopianet.net [212.210.231.2]) by hub.freebsd.org (Postfix) with ESMTP id 90EB137B416 for ; Thu, 8 Nov 2001 08:43:32 -0800 (PST) Received: from LORENZO (cl1.sintesi.net [212.210.231.22]) by elisa.utopianet.net (8.9.1a/8.9.1) with SMTP id RAA29207 for ; Thu, 8 Nov 2001 17:43:08 +0100 (CET) Message-ID: <003a01c16874$a12c13c0$0500000a@LORENZO> From: "Lorenzo Iania" To: Subject: banal error Date: Thu, 8 Nov 2001 17:44:26 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Rebuilding my kernel after updating the source tree by cvsup I had problems recompiling /usr/src/sys/kern/kern_conf.c because there was a little error: the solution is: 292c292 < make_dev(struct cdevsw *devsw, int minor, uid_t uid, gid_t gid, int perms, cha r *fmt, ...) --- > make_dev(struct cdevsw *devsw, int minor, uid_t uid, gid_t gid, int perms, con st char *fmt, ...) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message