commit 9a9495d672fb426010a6b52d637c30a0dbeb619f
parent a1d5a98e134a410db728df2400b6c4be102318f0
Author: Duncan Overbruck <mail@duncano.de>
Date: Fri, 26 Jul 2019 17:46:17 +0200
libopenbsd/closefrom.c: remove config.h include
Diffstat:
1 file changed, 0 insertions(+), 6 deletions(-)
diff --git a/libopenbsd/closefrom.c b/libopenbsd/closefrom.c
@@ -22,10 +22,6 @@
* PVS-Studio Static Code Analyzer for C, C++ and C#: http://www.viva64.com
*/
-#include <config.h>
-
-#ifndef HAVE_CLOSEFROM
-
#include <sys/types.h>
#include <unistd.h>
#include <stdio.h>
@@ -133,5 +129,3 @@ closefrom(int lowfd)
/* Do things the slow way. */
closefrom_fallback(lowfd);
}
-
-#endif /* HAVE_CLOSEFROM */