From owner-cvs-all Sun May 9 21:33:54 1999 Delivered-To: cvs-all@freebsd.org Received: from eagle.phc.igs.net (eagle.phc.igs.net [207.210.17.201]) by hub.freebsd.org (Postfix) with ESMTP id D461214F33; Sun, 9 May 1999 21:33:32 -0700 (PDT) (envelope-from eagle@eagle.phc.igs.net) Received: by eagle.phc.igs.net (Postfix, from userid 1003) id 1BDBC189D; Sun, 9 May 1999 23:32:50 +0000 (GMT) Received: from localhost (localhost [127.0.0.1]) by eagle.phc.igs.net (Postfix) with SMTP id 19B1E13; Sun, 9 May 1999 23:32:50 +0000 (GMT) Date: Sun, 9 May 1999 23:32:50 +0000 (GMT) From: eagle To: Poul-Henning Kamp Cc: Bruce Evans , cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG Subject: Re: cvs commit: src/sys/sys types.h In-Reply-To: <23320.926310298@critter.freebsd.dk> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Mon, 10 May 1999, Poul-Henning Kamp wrote: > In message <199905092221.IAA25882@godzilla.zeta.org.au>, Bruce Evans writes: > >> Modified files: > >> sys/sys types.h > >> Log: > >> Make minor, major and makedev inline functions so we gain type checking > >> and prevent compile time creation of dev_t's from happening again. > > > >You can't do that. It adds gratuitous dependencies on the compiler being > >gcc to the most central header in the system. > > It is a temporary thing. > could this be why make mknod.c is broken now? Rob To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message