diff options
| author | 2020-02-24 00:17:44 +0000 | |
|---|---|---|
| committer | 2020-02-24 00:17:44 +0000 | |
| commit | 4354c957c4ec2632f18fdac86b9259a01d8daac6 (patch) | |
| tree | 7eea18790efc14189633e3a97341871b481d7818 /usr.bin/dig/lib/isc/timer.c | |
| parent | remove some unused functions (diff) | |
| download | wireguard-openbsd-4354c957c4ec2632f18fdac86b9259a01d8daac6.tar.xz wireguard-openbsd-4354c957c4ec2632f18fdac86b9259a01d8daac6.zip | |
Fix 'previously declared here' error on gcc3(luna88k).
ok jsg@ florian@ jung@
Diffstat (limited to 'usr.bin/dig/lib/isc/timer.c')
| -rw-r--r-- | usr.bin/dig/lib/isc/timer.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/usr.bin/dig/lib/isc/timer.c b/usr.bin/dig/lib/isc/timer.c index 265f32f14c2..42cea44d9af 100644 --- a/usr.bin/dig/lib/isc/timer.c +++ b/usr.bin/dig/lib/isc/timer.c @@ -14,7 +14,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: timer.c,v 1.21 2020/02/22 19:50:05 jung Exp $ */ +/* $Id: timer.c,v 1.22 2020/02/24 00:17:44 aoyama Exp $ */ /*! \file */ @@ -28,9 +28,6 @@ #include "timer_p.h" -typedef struct isc_timer isc_timer_t; -typedef struct isc_timermgr isc_timermgr_t; - struct isc_timer { /*! Not locked. */ isc_timermgr_t * manager; |
