Source-Changes-HG archive

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

[src/trunk]: src/dist/pdisk re-enable printing of A/UX fields used by NetBSD



details:   https://anonhg.NetBSD.org/src/rev/9d03f2053b31
branches:  trunk
changeset: 535575:9d03f2053b31
user:      dbj <dbj%NetBSD.org@localhost>
date:      Thu Aug 22 22:36:09 2002 +0000

description:
re-enable printing of A/UX fields used by NetBSD

diffstat:

 dist/pdisk/dump.c |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (22 lines):

diff -r 32e52a92063f -r 9d03f2053b31 dist/pdisk/dump.c
--- a/dist/pdisk/dump.c Thu Aug 22 22:35:22 2002 +0000
+++ b/dist/pdisk/dump.c Thu Aug 22 22:36:09 2002 +0000
@@ -272,6 +272,9 @@
     int driver;
     // int kind;
     char *buf;
+#if 0 || defined(__NetBSD__)
+    BZB *bp;
+#endif
 
     map = entry->the_map;
     p = entry->data;
@@ -334,7 +337,7 @@
        printf(" (%#5.1f%c)", bytes, j);
     }
 
-#if 0
+#if 0 || defined(__NetBSD__)
     // Old A/UX fields that no one pays attention to anymore.
     bp = (BZB *) (p->dpme_bzb);
     j = -1;



Home | Main Index | Thread Index | Old Index