Date: Sun, 25 Dec 1994 09:23:59 -0500 From: "Charles M. Hannum" <mycroft@gnu.ai.mit.edu> To: pk@NetBSD.ORG Cc: source-changes@NetBSD.ORG Message-ID: <199412251423.JAA21220@duality.gnu.ai.mit.edu>
index | next in thread | raw e-mail
Modified files:
dkbad.h
Log Message:
Multiple inclusion protection.
This is wrong.
The problem is that we've changed disklabel.h to include dkbad.h, but
only on *some* architectures. So we're left with an inconsistency,
where not including dkbad.h explicitly will cause some things to
break, and including it explicitly will cause some other things to
break.
This should be fixed by either *not* including dkbad.h from
disklabel.h, or by *always* including it from disklabel.h.
home |
help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199412251423.JAA21220>
