summaryrefslogtreecommitdiffstats
path: root/sys/i386
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1998-08-17 18:47:36 +0000
committerbde <bde@FreeBSD.org>1998-08-17 18:47:36 +0000
commit89e8939de7e027a7704b90433a2c1bbf67e8f102 (patch)
treeafbd7a2a750ba63e313375ac2d86e862ad55485f /sys/i386
parent7fa60314151eaf9a2c6e538597e0fb980c6c3f2b (diff)
downloadFreeBSD-src-89e8939de7e027a7704b90433a2c1bbf67e8f102.zip
FreeBSD-src-89e8939de7e027a7704b90433a2c1bbf67e8f102.tar.gz
Fixed a type mismatch.
Fixed a missing extern declaration (bug for bug compatibly including style bugs. Should probably be static).
Diffstat (limited to 'sys/i386')
-rw-r--r--sys/i386/isa/loran.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/i386/isa/loran.c b/sys/i386/isa/loran.c
index f58f062..4e1a1b7 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.5 1998/05/29 08:04:44 phk Exp $
+ * $Id: loran.c,v 1.6 1998/06/07 20:36:40 phk Exp $
*
* This device-driver helps the userland controlprogram for a LORAN-C
* receiver avoid monopolizing the CPU.
@@ -214,6 +214,7 @@ static int lorantc_magic;
/**********************************************************************/
static int loranprobe (struct isa_device *dvp);
+extern void init_tgc (void);
static int loranattach (struct isa_device *isdp);
static void loranenqueue (struct datapoint *);
static d_open_t loranopen;
@@ -545,7 +546,7 @@ loranintr(int unit)
/**********************************************************************/
static unsigned
-loran_get_timecount(void)
+loran_get_timecount(struct timecounter *tc)
{
unsigned count;
u_long ef;
OpenPOWER on IntegriCloud