Module Name:    src
Committed By:   jmcneill
Date:           Wed Aug 31 12:56:14 UTC 2011

Modified Files:
        src/sys/arch/usermode/include: disklabel.h

Log Message:
If the host doesn't define LABELUSESMBR, set it to 1


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/usermode/include/disklabel.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/usermode/include/disklabel.h
diff -u src/sys/arch/usermode/include/disklabel.h:1.3 src/sys/arch/usermode/include/disklabel.h:1.4
--- src/sys/arch/usermode/include/disklabel.h:1.3	Wed Oct 21 16:06:59 2009
+++ src/sys/arch/usermode/include/disklabel.h	Wed Aug 31 12:56:13 2011
@@ -1,4 +1,4 @@
-/* $NetBSD: disklabel.h,v 1.3 2009/10/21 16:06:59 snj Exp $ */
+/* $NetBSD: disklabel.h,v 1.4 2011/08/31 12:56:13 jmcneill Exp $ */
 
 /*-
  * Copyright (c) 2007 Jared D. McNeill <jmcne...@invisible.ca>
@@ -34,4 +34,8 @@
 #undef DISKPART
 #undef DISKMINOR
 
+#ifndef LABELUSESMBR
+#define LABELUSESMBR 1
+#endif
+
 #endif /* !_ARCH_USERMODE_INCLUDE_DISKLABEL_H */

Reply via email to