Skip site navigation (1)Skip section navigation (2)
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>

next in thread | raw e-mail | index | archive | help

   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.




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199412251423.JAA21220>