diff options
| author | 2020-02-13 12:03:51 +0000 | |
|---|---|---|
| committer | 2020-02-13 12:03:51 +0000 | |
| commit | c6d1a7a6539ea41def94efee6a5f02af3bc877b7 (patch) | |
| tree | 14a203fe8c1b6d1bdd982d3eb77a7f8e3598d498 /usr.bin/dig/lib/isc/unix/errno2result.c | |
| parent | remove unused macros (diff) | |
| download | wireguard-openbsd-c6d1a7a6539ea41def94efee6a5f02af3bc877b7.tar.xz wireguard-openbsd-c6d1a7a6539ea41def94efee6a5f02af3bc877b7.zip | |
remove more uneeded include statements and files
Diffstat (limited to 'usr.bin/dig/lib/isc/unix/errno2result.c')
| -rw-r--r-- | usr.bin/dig/lib/isc/unix/errno2result.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/dig/lib/isc/unix/errno2result.c b/usr.bin/dig/lib/isc/unix/errno2result.c index 05ffbdf770d..449209449be 100644 --- a/usr.bin/dig/lib/isc/unix/errno2result.c +++ b/usr.bin/dig/lib/isc/unix/errno2result.c @@ -14,11 +14,11 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: errno2result.c,v 1.2 2020/02/11 17:22:31 florian Exp $ */ +/* $Id: errno2result.c,v 1.3 2020/02/13 12:03:51 jsg Exp $ */ /*! \file */ - +#include <errno.h> #include <isc/result.h> #include <isc/strerror.h> |
