summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/loran.c
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1998-04-19 15:36:12 +0000
committerbde <bde@FreeBSD.org>1998-04-19 15:36:12 +0000
commit822ce77a65cac28c7affac818d95d4dc5689390d (patch)
treec3e21336cf99e2136967f2fc875d2b8005b28d6b /sys/i386/isa/loran.c
parentd975ccddaf073a5e7227562e1d9516d99cfb91b1 (diff)
downloadFreeBSD-src-822ce77a65cac28c7affac818d95d4dc5689390d.zip
FreeBSD-src-822ce77a65cac28c7affac818d95d4dc5689390d.tar.gz
Support compiling with `gcc-pedantic' (don't declare static arrays
with no size).
Diffstat (limited to 'sys/i386/isa/loran.c')
-rw-r--r--sys/i386/isa/loran.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/i386/isa/loran.c b/sys/i386/isa/loran.c
index a255525..bcebc3b 100644
--- a/sys/i386/isa/loran.c
+++ b/sys/i386/isa/loran.c
@@ -6,7 +6,7 @@
* this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp
* ----------------------------------------------------------------------------
*
- * $Id: loran.c,v 1.2 1998/03/28 13:24:31 bde Exp $
+ * $Id: loran.c,v 1.3 1998/04/05 19:26:08 phk Exp $
*
* This device-driver helps the userland controlprogram for a LORAN-C
* receiver avoid monopolizing the CPU.
@@ -207,7 +207,7 @@ static d_open_t loranopen;
static d_close_t loranclose;
static d_read_t loranread;
static d_write_t loranwrite;
-static struct timecounter loran_timecounter[];
+extern struct timecounter loran_timecounter[];
/**********************************************************************/
OpenPOWER on IntegriCloud