summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/loran.c
diff options
context:
space:
mode:
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 0da59b5..b4c5daa 100644
--- a/sys/i386/isa/loran.c
+++ b/sys/i386/isa/loran.c
@@ -33,7 +33,7 @@
#include <i386/isa/isa_device.h>
#endif /* _KERNEL */
-typedef TAILQ_HEAD(, struct datapoint) dphead_t;
+typedef TAILQ_HEAD(, datapoint) dphead_t;
struct datapoint {
/* Fields used by kernel */
@@ -48,7 +48,7 @@ struct datapoint {
u_int qsig;
u_int ssig;
u_int64_t epoch;
- TAILQ_ENTRY(struct datapoint) list;
+ TAILQ_ENTRY(datapoint) list;
int vco;
int bounce;
pid_t pid;
OpenPOWER on IntegriCloud