diff options
| author | 2020-01-22 13:02:09 +0000 | |
|---|---|---|
| committer | 2020-01-22 13:02:09 +0000 | |
| commit | 985b3553f5781728a521e5360c18f492d56a3f9a (patch) | |
| tree | 6df954d18dc598cb88e043d2dfdbfa61d51a4c15 /usr.sbin/bind/lib/isc/unix/file.c | |
| parent | unifdef the last config.h bits (diff) | |
| download | wireguard-openbsd-985b3553f5781728a521e5360c18f492d56a3f9a.tar.xz wireguard-openbsd-985b3553f5781728a521e5360c18f492d56a3f9a.zip | |
config.h and platform.h are unused now
Diffstat (limited to 'usr.sbin/bind/lib/isc/unix/file.c')
| -rw-r--r-- | usr.sbin/bind/lib/isc/unix/file.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/bind/lib/isc/unix/file.c b/usr.sbin/bind/lib/isc/unix/file.c index e9eeb9a9077..b6ff1c7556e 100644 --- a/usr.sbin/bind/lib/isc/unix/file.c +++ b/usr.sbin/bind/lib/isc/unix/file.c @@ -43,11 +43,11 @@ * SUCH DAMAGE. */ -/* $Id: file.c,v 1.13 2020/01/22 08:17:01 tedu Exp $ */ +/* $Id: file.c,v 1.14 2020/01/22 13:02:10 florian Exp $ */ /*! \file */ -#include <config.h> + #include <errno.h> #include <fcntl.h> |
