Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
cc-check-decl defines to 0 the macros
Baptiste Daroussin committed 7 years ago
commit 1cbf6358cdb04e23fcc22e90227d7ffca156d745
parent 498db3f
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)
{