projects
/
project
/
firewall3.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7dfc240
)
utils: define _GNU_SOURCE to get clearenv()
author
Felix Fietkau
<nbd@openwrt.org>
Thu, 20 Mar 2014 13:15:12 +0000
(14:15 +0100)
committer
Felix Fietkau
<nbd@openwrt.org>
Thu, 20 Mar 2014 13:15:12 +0000
(14:15 +0100)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
utils.c
patch
|
blob
|
history
diff --git
a/utils.c
b/utils.c
index 66c186580428405da587eb8c2dd01c4b49e5e7a3..7e5ae450d3172e2359d87391ff336f65155ba2ac 100644
(file)
--- a/
utils.c
+++ b/
utils.c
@@
-16,6
+16,7
@@
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
+#define _GNU_SOURCE
#include "utils.h"
#include "options.h"