Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/ia64/stand/common comment out unused hexdump
details: https://anonhg.NetBSD.org/src/rev/aca20d0262d8
branches: trunk
changeset: 358063:aca20d0262d8
user: christos <christos%NetBSD.org@localhost>
date: Sun Dec 10 02:32:03 2017 +0000
description:
comment out unused hexdump
diffstat:
sys/arch/ia64/stand/common/bootstrap.h | 4 +++-
sys/arch/ia64/stand/common/misc.c | 4 +++-
2 files changed, 6 insertions(+), 2 deletions(-)
diffs (44 lines):
diff -r ed9607264ff5 -r aca20d0262d8 sys/arch/ia64/stand/common/bootstrap.h
--- a/sys/arch/ia64/stand/common/bootstrap.h Sun Dec 10 02:26:41 2017 +0000
+++ b/sys/arch/ia64/stand/common/bootstrap.h Sun Dec 10 02:32:03 2017 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: bootstrap.h,v 1.9 2014/03/25 18:35:32 christos Exp $ */
+/* $NetBSD: bootstrap.h,v 1.10 2017/12/10 02:32:03 christos Exp $ */
/*-
* Copyright (c) 1998 Michael Smith <msmith%freebsd.org@localhost>
@@ -79,7 +79,9 @@
/* misc.c */
char *unargv(int argc, char *argv[]);
+#if 0
void hexdump(void *region, size_t len);
+#endif
size_t strlenout(vaddr_t str);
char *strdupout(vaddr_t str);
void kern_bzero(vaddr_t dest, size_t len);
diff -r ed9607264ff5 -r aca20d0262d8 sys/arch/ia64/stand/common/misc.c
--- a/sys/arch/ia64/stand/common/misc.c Sun Dec 10 02:26:41 2017 +0000
+++ b/sys/arch/ia64/stand/common/misc.c Sun Dec 10 02:32:03 2017 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: misc.c,v 1.7 2014/03/25 18:35:32 christos Exp $ */
+/* $NetBSD: misc.c,v 1.8 2017/12/10 02:32:03 christos Exp $ */
/*-
* Copyright (c) 1998 Michael Smith <msmith%freebsd.org@localhost>
@@ -166,6 +166,7 @@
return (buf);
}
+#if 0
/*
* Display a region in traditional hexdump format.
*/
@@ -205,6 +206,7 @@
}
pager_close();
}
+#endif
void
dev_cleanup(void)
Home |
Main Index |
Thread Index |
Old Index