diff options
| author | 2020-02-04 19:18:57 +0000 | |
|---|---|---|
| committer | 2020-02-04 19:18:57 +0000 | |
| commit | fa00c3c63d922a56ca293ff8b7a0d8d318f67164 (patch) | |
| tree | 4a984bd88cfc39924e90f144b56539ea6a1df89a /usr.sbin/bind/lib/isc/unix/stdio.c | |
| parent | just use netdb.h directly (diff) | |
| download | wireguard-openbsd-fa00c3c63d922a56ca293ff8b7a0d8d318f67164.tar.xz wireguard-openbsd-fa00c3c63d922a56ca293ff8b7a0d8d318f67164.zip | |
isc/stat.h is unused
Diffstat (limited to 'usr.sbin/bind/lib/isc/unix/stdio.c')
| -rw-r--r-- | usr.sbin/bind/lib/isc/unix/stdio.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/bind/lib/isc/unix/stdio.c b/usr.sbin/bind/lib/isc/unix/stdio.c index 3e4b1ba2c82..bf32d1e507d 100644 --- a/usr.sbin/bind/lib/isc/unix/stdio.c +++ b/usr.sbin/bind/lib/isc/unix/stdio.c @@ -14,7 +14,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: stdio.c,v 1.6 2020/01/26 11:26:30 florian Exp $ */ +/* $Id: stdio.c,v 1.7 2020/02/04 19:18:57 florian Exp $ */ @@ -22,7 +22,6 @@ #include <unistd.h> #include <isc/stdio.h> -#include <isc/stat.h> #include <isc/util.h> #include "errno2result.h" |
