Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/mvme68k/stand/sboot Drop the "static" from the HEXD...
details: https://anonhg.NetBSD.org/src/rev/b39c02afe29f
branches: trunk
changeset: 769986:b39c02afe29f
user: he <he%NetBSD.org@localhost>
date: Thu Sep 29 09:18:17 2011 +0000
description:
Drop the "static" from the HEXDIGITS declaration, now that there's an
extern definition in sys/systm.h, to allow this to continue to build.
diffstat:
sys/arch/mvme68k/stand/sboot/etherfun.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r f560d45a9020 -r b39c02afe29f sys/arch/mvme68k/stand/sboot/etherfun.c
--- a/sys/arch/mvme68k/stand/sboot/etherfun.c Wed Sep 28 23:11:12 2011 +0000
+++ b/sys/arch/mvme68k/stand/sboot/etherfun.c Thu Sep 29 09:18:17 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: etherfun.c,v 1.11 2011/02/25 00:17:35 joerg Exp $ */
+/* $NetBSD: etherfun.c,v 1.12 2011/09/29 09:18:17 he Exp $ */
/*
* Copyright (c) 1995 Charles D. Cranor and Seth Widoff
@@ -90,7 +90,7 @@
/* Send a tftp read request or acknowledgement
mesgtype 0 is a read request, 1 is an aknowledgement */
-static const char HEXDIGITS[16] = "0123456789ABCDEF";
+const char HEXDIGITS[16] = "0123456789ABCDEF";
void
do_send_tftp(int mesgtype)
Home |
Main Index |
Thread Index |
Old Index