Radish alpha
H
HardenedBSD Package Manager
Radicle
Git (anonymous pull)
Log in to clone via SSH
cc-check-decl defines to 0 the macros
Baptiste Daroussin committed 7 years ago
commit 1cbf6358cdb04e23fcc22e90227d7ffca156d745
parent 498db3fef9cdeab719c889084ba92873b3ae8425
1 file changed +1 -1
modified compat/closefrom.c
@@ -58,7 +58,7 @@ __unused static const char rcsid[] = "$Sudo: closefrom.c,v 1.11 2006/08/17 15:26
/*
 * Close all file descriptors greater than or equal to lowfd.
 */
-
#ifdef HAVE_DECL_F_CLOSEM
+
#if HAVE_DECL_F_CLOSEM
void
closefrom(int lowfd)
{