Source-Changes-HG archive

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

[src/netbsd-1-5]: src/sys/arch/i386/include Pull up revision 1.27 (via patch, ...



details:   https://anonhg.NetBSD.org/src/rev/a2b1db64ce98
branches:  netbsd-1-5
changeset: 491544:a2b1db64ce98
user:      he <he%NetBSD.org@localhost>
date:      Tue May 01 14:32:58 2001 +0000

description:
Pull up revision 1.27 (via patch, requested by fvdl):
  Increase the number of BSD disklabel partitions on i386 to 16.

diffstat:

 sys/arch/i386/include/types.h |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (16 lines):

diff -r 82f483ebb493 -r a2b1db64ce98 sys/arch/i386/include/types.h
--- a/sys/arch/i386/include/types.h     Tue May 01 13:36:06 2001 +0000
+++ b/sys/arch/i386/include/types.h     Tue May 01 14:32:58 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: types.h,v 1.24 2000/06/06 01:33:17 sommerfeld Exp $    */
+/*     $NetBSD: types.h,v 1.24.2.1 2001/05/01 14:32:58 he Exp $        */
 
 /*-
  * Copyright (c) 1990 The Regents of the University of California.
@@ -78,5 +78,6 @@
 #define __HAVE_DEVICE_REGISTER
 #define __HAVE_NWSCONS
 #define __HAVE_CPU_COUNTER
+#define __HAVE_OLD_DISKLABEL
 
 #endif /* _MACHTYPES_H_ */



Home | Main Index | Thread Index | Old Index