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/task.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/task.c')
| -rw-r--r-- | usr.bin/dig/lib/isc/task.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/usr.bin/dig/lib/isc/task.c b/usr.bin/dig/lib/isc/task.c index 2e838bd9770..dacc18d0688 100644 --- a/usr.bin/dig/lib/isc/task.c +++ b/usr.bin/dig/lib/isc/task.c @@ -42,9 +42,6 @@ typedef enum { task_state_done } task_state_t; -typedef struct isc_task isc_task_t; -typedef struct isc_taskmgr isc_taskmgr_t; - struct isc_task { /* Not locked. */ isc_taskmgr_t * manager; |
