diff options
author | Ron Yorston <rmy@pobox.com> | 2012-09-07 11:48:25 +0100 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2012-09-07 11:48:25 +0100 |
commit | fecf687cc358883de2da21de33346f0df204c80b (patch) | |
tree | d22c606157926fb659374ae68d55e3a874bacf25 /networking/httpd_indexcgi.c | |
parent | b25a7c28a0f684087fa6ccbbc7e265a9cac0f0fa (diff) | |
parent | 6d463de46b418e6c4c8d1397033608f78b33ab21 (diff) | |
download | busybox-w32-fecf687cc358883de2da21de33346f0df204c80b.tar.gz busybox-w32-fecf687cc358883de2da21de33346f0df204c80b.tar.bz2 busybox-w32-fecf687cc358883de2da21de33346f0df204c80b.zip |
Merge branch 'busybox' into merge
Conflicts:
include/libbb.h
shell/ash.c
Diffstat (limited to 'networking/httpd_indexcgi.c')
-rw-r--r-- | networking/httpd_indexcgi.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/networking/httpd_indexcgi.c b/networking/httpd_indexcgi.c index d732cd4f8..562cd7fbe 100644 --- a/networking/httpd_indexcgi.c +++ b/networking/httpd_indexcgi.c | |||
@@ -35,6 +35,7 @@ httpd_indexcgi.c -o index.cgi | |||
35 | * 2576 4 2048 4628 1214 index.cgi.o | 35 | * 2576 4 2048 4628 1214 index.cgi.o |
36 | */ | 36 | */ |
37 | 37 | ||
38 | #define _GNU_SOURCE 1 /* for strchrnul */ | ||
38 | #include <sys/types.h> | 39 | #include <sys/types.h> |
39 | #include <sys/stat.h> | 40 | #include <sys/stat.h> |
40 | #include <errno.h> | 41 | #include <errno.h> |