Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/emips/include Remove unused OPENBSD_RAW_PART. (copi...



details:   https://anonhg.NetBSD.org/src/rev/fafe9c7fcffc
branches:  trunk
changeset: 934437:fafe9c7fcffc
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Fri Jun 12 11:21:36 2020 +0000

description:
Remove unused OPENBSD_RAW_PART. (copied from arc?)

diffstat:

 sys/arch/emips/include/disklabel.h |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (19 lines):

diff -r 02b2d1eacc97 -r fafe9c7fcffc sys/arch/emips/include/disklabel.h
--- a/sys/arch/emips/include/disklabel.h        Fri Jun 12 11:09:49 2020 +0000
+++ b/sys/arch/emips/include/disklabel.h        Fri Jun 12 11:21:36 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: disklabel.h,v 1.3 2013/05/16 19:06:44 christos Exp $   */
+/*     $NetBSD: disklabel.h,v 1.6 2020/06/12 11:21:36 tsutsui Exp $    */
 
 /*
  * Copyright (c) 1994 Christopher G. Demetriou
@@ -37,8 +37,7 @@
 #define        LABELSECTOR     1               /* sector containing label */
 #define        LABELOFFSET     0               /* offset of label in sector */
 #define        MAXPARTITIONS   16              /* number of partitions */
-#define        RAW_PART        2               /* raw partition: ie. XX?c (XXX) */
-#define        OPENBSD_RAW_PART 2              /* raw partition: XX?c */
+#define        RAW_PART        2               /* raw partition: ie. XX?c */
 
 /* Pull in MBR partition definitions. */
 #if HAVE_NBTOOL_CONFIG_H



Home | Main Index | Thread Index | Old Index