diff options
Diffstat (limited to 'www/webstone/files/patch-CGI-test__ws25_cgi.c')
-rw-r--r-- | www/webstone/files/patch-CGI-test__ws25_cgi.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/www/webstone/files/patch-CGI-test__ws25_cgi.c b/www/webstone/files/patch-CGI-test__ws25_cgi.c new file mode 100644 index 000000000000..e303d84c965e --- /dev/null +++ b/www/webstone/files/patch-CGI-test__ws25_cgi.c @@ -0,0 +1,11 @@ +--- CGI-test/ws25_cgi.c~ 1998-07-25 10:49:54.000000000 +0200 ++++ CGI-test/ws25_cgi.c 2011-12-20 19:17:47.104175312 +0100 +@@ -62,7 +62,7 @@ + #include <stdio.h> + #include <sys/types.h> + +-void ++int + main() + { + char *query_string; |