diff options
author | Sascha Schumann <sas@php.net> | 2001-04-22 14:33:57 +0000 |
---|---|---|
committer | Sascha Schumann <sas@php.net> | 2001-04-22 14:33:57 +0000 |
commit | ff423ef9d94fbbb6ca3641f557a5656910f90da1 (patch) | |
tree | 976eeb41425e03634208308a54d4b56732724901 | |
parent | 0fc2ca64bff8f1ff2c990a4861ccca7ef68cdf71 (diff) | |
download | php-git-ff423ef9d94fbbb6ca3641f557a5656910f90da1.tar.gz |
remove Only.* lines from patch
-rw-r--r-- | sapi/thttpd/thttpd_patch | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sapi/thttpd/thttpd_patch b/sapi/thttpd/thttpd_patch index 5b5c113148..b5ce179ca2 100644 --- a/sapi/thttpd/thttpd_patch +++ b/sapi/thttpd/thttpd_patch @@ -108,8 +108,6 @@ diff -ur thttpd-2.21/libhttpd.c thttpd-2.21-p/libhttpd.c /* It's not CGI. If it's executable or there's pathinfo, someone's ** trying to either serve or run a non-CGI file as CGI. Either case -Only in thttpd-2.21-p: libhttpd.c.rej -Only in thttpd-2.21-p: libhttpd.c~ diff -ur thttpd-2.21/libhttpd.h thttpd-2.21-p/libhttpd.h --- thttpd-2.21/libhttpd.h Fri Apr 13 07:37:17 2001 +++ thttpd-2.21-p/libhttpd.h Sun Apr 22 15:59:42 2001 @@ -137,4 +135,3 @@ diff -ur thttpd-2.21/thttpd.c thttpd-2.21-p/thttpd.c if ( c->bytes_sent >= c->bytes_to_send ) { /* There's nothing to send. */ -Only in thttpd-2.21-p: thttpd.c~ |