diff options
| author | 2020-09-14 08:39:12 +0000 | |
|---|---|---|
| committer | 2020-09-14 08:39:12 +0000 | |
| commit | 1bf56eb00e25d09f8e7fc4706142bd4e5ae56489 (patch) | |
| tree | e751a3899e479d411d73527c4b9a452bd612a7d0 /usr.bin/dig/lib/dns/rdata.c | |
| parent | Rewrite isc_time_microdiff() as uelapsed() and put it directly (diff) | |
| download | wireguard-openbsd-1bf56eb00e25d09f8e7fc4706142bd4e5ae56489.tar.xz wireguard-openbsd-1bf56eb00e25d09f8e7fc4706142bd4e5ae56489.zip | |
Bunch of dead stores and otherwise unused stuff lets us get rid of
unix/net.{c.h}. We need to sprinkle in a few #includes that net.h
dragged in.
OK deraadt
Diffstat (limited to 'usr.bin/dig/lib/dns/rdata.c')
| -rw-r--r-- | usr.bin/dig/lib/dns/rdata.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.bin/dig/lib/dns/rdata.c b/usr.bin/dig/lib/dns/rdata.c index 32a7150175b..98cd5212f55 100644 --- a/usr.bin/dig/lib/dns/rdata.c +++ b/usr.bin/dig/lib/dns/rdata.c @@ -14,10 +14,12 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: rdata.c,v 1.30 2020/02/26 18:49:02 florian Exp $ */ +/* $Id: rdata.c,v 1.31 2020/09/14 08:39:12 florian Exp $ */ /*! \file */ +#include <arpa/inet.h> + #include <ctype.h> #include <stdlib.h> #include <string.h> |
