Date: Fri, 24 Mar 2000 17:12:32 -0500 (EST) From: Steve Kiernan <stevek@tislabs.com> To: freebsd-current@freebsd.org Subject: breakage still in sys/systm.h Message-ID: <Pine.BSF.4.10.10003241706260.13885-100000@mufasa.va.tislabs.com>
next in thread | raw e-mail | index | archive | help
The definitions of major() and minor() in sys/systm.h break usage of the header. Since sys/types.h defines major() and minor() as macros which compute the major and minor numbers, this creates an order dependency on sys/systm.h and sys/types.h. Is this not a bad thing? -- Stephen Kiernan stevek@tislabs.com NAI Labs, A Division of Network Associates, Inc. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.10.10003241706260.13885-100000>