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 | |
| 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')
| -rw-r--r-- | usr.sbin/bind/lib/isc/unix/include/isc/stat.h | 52 | ||||
| -rw-r--r-- | usr.sbin/bind/lib/isc/unix/stdio.c | 3 |
2 files changed, 1 insertions, 54 deletions
diff --git a/usr.sbin/bind/lib/isc/unix/include/isc/stat.h b/usr.sbin/bind/lib/isc/unix/include/isc/stat.h deleted file mode 100644 index 7e4a369907e..00000000000 --- a/usr.sbin/bind/lib/isc/unix/include/isc/stat.h +++ /dev/null @@ -1,52 +0,0 @@ -/* - * Copyright (C) Internet Systems Consortium, Inc. ("ISC") - * - * Permission to use, copy, modify, and/or distribute this software for any - * purpose with or without fee is hereby granted, provided that the above - * copyright notice and this permission notice appear in all copies. - * - * THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH - * REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY - * AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT, - * INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM - * LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE - * OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR - * PERFORMANCE OF THIS SOFTWARE. - */ - -/* $Id: stat.h,v 1.5 2019/12/17 01:46:37 sthen Exp $ */ - -#ifndef ISC_STAT_H -#define ISC_STAT_H 1 - -/***** - ***** Module Info - *****/ - -/* - * Portable <sys/stat.h> support. - * - * This module is responsible for defining S_IS??? macros. - * - * MP: - * No impact. - * - * Reliability: - * No anticipated impact. - * - * Resources: - * N/A. - * - * Security: - * No anticipated impact. - * - */ - -/*** - *** Imports. - ***/ - -#include <sys/types.h> -#include <sys/stat.h> - -#endif /* ISC_STAT_H */ 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" |
