From owner-cvs-all Sun May 9 15:22: 0 1999 Delivered-To: cvs-all@freebsd.org Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.26.10.9]) by hub.freebsd.org (Postfix) with ESMTP id 1C29315B57; Sun, 9 May 1999 15:21:54 -0700 (PDT) (envelope-from bde@godzilla.zeta.org.au) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.7/8.8.7) id IAA25882; Mon, 10 May 1999 08:21:50 +1000 Date: Mon, 10 May 1999 08:21:50 +1000 From: Bruce Evans Message-Id: <199905092221.IAA25882@godzilla.zeta.org.au> To: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org, phk@FreeBSD.org Subject: Re: cvs commit: src/sys/sys types.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > 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. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message