Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/sys Revert previous; it is not the correct solution to t...



details:   https://anonhg.NetBSD.org/src/rev/c49b254e757f
branches:  trunk
changeset: 555319:c49b254e757f
user:      lukem <lukem%NetBSD.org@localhost>
date:      Fri Nov 14 12:07:42 2003 +0000

description:
Revert previous; it is not the correct solution to the problem of
the host tool build in usr.sbin/installboot.

diffstat:

 sys/sys/disklabel.h |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (19 lines):

diff -r 10ad34ae11ab -r c49b254e757f sys/sys/disklabel.h
--- a/sys/sys/disklabel.h       Fri Nov 14 11:39:49 2003 +0000
+++ b/sys/sys/disklabel.h       Fri Nov 14 12:07:42 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: disklabel.h,v 1.87 2003/11/14 08:03:16 dsl Exp $       */
+/*     $NetBSD: disklabel.h,v 1.88 2003/11/14 12:07:42 lukem Exp $     */
 
 /*
  * Copyright (c) 1987, 1988, 1993
@@ -48,9 +48,7 @@
  * label can describe and the number of the "whole disk" (raw)
  * paritition are machine dependent.
  */
-#ifndef MAXPARTITIONS
 #include <machine/disklabel.h>
-#endif
 
 /*
  * The absolute maximum number of disk partitions allowed.



Home | Main Index | Thread Index | Old Index