summaryrefslogtreecommitdiff
path: root/sys/netiso/argo_debug.h
diff options
context:
space:
mode:
authormatt <matt@NetBSD.org>2002-05-12 21:30:35 +0000
committermatt <matt@NetBSD.org>2002-05-12 21:30:35 +0000
commit8dcbea3bedd37f3efced74185d28fa85388e6dde (patch)
tree4c4bd11e331bd40a97bf4596bbc4afde7f67c851 /sys/netiso/argo_debug.h
parent10f4f9ee80be19a46d4fe1ba4af31e01fa63fa96 (diff)
Eliminate commons.
Diffstat (limited to 'sys/netiso/argo_debug.h')
-rw-r--r--sys/netiso/argo_debug.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netiso/argo_debug.h b/sys/netiso/argo_debug.h
index 9d020b37a20..79cb84b16dd 100644
--- a/sys/netiso/argo_debug.h
+++ b/sys/netiso/argo_debug.h
@@ -1,4 +1,4 @@
-/* $NetBSD: argo_debug.h,v 1.10 1997/09/08 02:06:31 mikel Exp $ */
+/* $NetBSD: argo_debug.h,v 1.11 2002/05/12 21:30:35 matt Exp $ */
/*-
* Copyright (c) 1991, 1993
@@ -86,7 +86,7 @@ void Dump_buf __P((caddr_t, int));
#endif
*/
-unsigned char argo_debug[128];
+extern unsigned char argo_debug[128];
#endif /* ARGO_DEBUG */