summaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorFlorian Obser <florian@cvs.openbsd.org>2020-02-04 19:18:58 +0000
committerFlorian Obser <florian@cvs.openbsd.org>2020-02-04 19:18:58 +0000
commitf543975998d460c9a98654ed89c6e13c13cb6c44 (patch)
tree59ec3a03891feae84b02d48bc86c59ec4874104f /usr.sbin
parent7e6879d1bfe9598b4625f430a75efaa7204a2021 (diff)
isc/stat.h is unused
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/bind/lib/isc/log.c3
-rw-r--r--usr.sbin/bind/lib/isc/unix/include/isc/stat.h52
-rw-r--r--usr.sbin/bind/lib/isc/unix/stdio.c3
3 files changed, 2 insertions, 56 deletions
diff --git a/usr.sbin/bind/lib/isc/log.c b/usr.sbin/bind/lib/isc/log.c
index 2f23a9ff058..19b3715f57b 100644
--- a/usr.sbin/bind/lib/isc/log.c
+++ b/usr.sbin/bind/lib/isc/log.c
@@ -14,7 +14,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
-/* $Id: log.c,v 1.23 2020/02/04 18:45:08 florian Exp $ */
+/* $Id: log.c,v 1.24 2020/02/04 19:18:57 florian Exp $ */
/*! \file
* \author Principal Authors: DCL */
@@ -31,7 +31,6 @@
#include <isc/log.h>
#include <isc/magic.h>
#include <isc/msgs.h>
-#include <isc/stat.h>
#include <isc/stdio.h>
#include <string.h>
#include <isc/time.h>
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"