projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5f10fdf
)
httpd_indexcgi.c: fix compile failure
author
Denys Vlasenko
<vda.linux@googlemail.com>
Mon, 3 Sep 2012 10:20:10 +0000
(12:20 +0200)
committer
Denys Vlasenko
<vda.linux@googlemail.com>
Mon, 3 Sep 2012 10:20:10 +0000
(12:20 +0200)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
networking/httpd_indexcgi.c
patch
|
blob
|
history
diff --git
a/networking/httpd_indexcgi.c
b/networking/httpd_indexcgi.c
index d732cd4f8a9f6e6b0baecec4d2278879d9886295..562cd7fbef495b0102763bf032cb5134833937b4 100644
(file)
--- a/
networking/httpd_indexcgi.c
+++ b/
networking/httpd_indexcgi.c
@@
-35,6
+35,7
@@
httpd_indexcgi.c -o index.cgi
* 2576 4 2048 4628 1214 index.cgi.o
*/
+#define _GNU_SOURCE 1 /* for strchrnul */
#include <sys/types.h>
#include <sys/stat.h>
#include <errno.h>