Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/mvme68k/include g/c PARTITIONMASK, it's not used an...



details:   https://anonhg.NetBSD.org/src/rev/c870aa538a75
branches:  trunk
changeset: 553943:c870aa538a75
user:      jdolecek <jdolecek%NetBSD.org@localhost>
date:      Thu Oct 23 09:01:44 2003 +0000

description:
g/c PARTITIONMASK, it's not used anywhere anymore

diffstat:

 sys/arch/mvme68k/include/autoconf.h |  5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diffs (17 lines):

diff -r bb7f5ef34b31 -r c870aa538a75 sys/arch/mvme68k/include/autoconf.h
--- a/sys/arch/mvme68k/include/autoconf.h       Thu Oct 23 08:59:10 2003 +0000
+++ b/sys/arch/mvme68k/include/autoconf.h       Thu Oct 23 09:01:44 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: autoconf.h,v 1.4 2000/03/18 22:33:05 scw Exp $ */
+/*     $NetBSD: autoconf.h,v 1.5 2003/10/23 09:01:44 jdolecek Exp $    */
 
 /*
  *
@@ -45,7 +45,4 @@
 
 extern struct device *booted_device;   /* boot device */
 
-/* PARTITIONSHIFT from disklabel.h */
-#define        PARTITIONMASK   ((1 << PARTITIONSHIFT) - 1) 
-
 #endif /* _MVME68K_AUTOCONF_H */



Home | Main Index | Thread Index | Old Index