diff options
author | Clement Laforet <clement@FreeBSD.org> | 2004-08-20 07:50:11 +0000 |
---|---|---|
committer | Clement Laforet <clement@FreeBSD.org> | 2004-08-20 07:50:11 +0000 |
commit | 2c81e95b5c0b3f7451b5130a4bc8839aba7d4985 (patch) | |
tree | 2747b7ab202a5c9dc635c266493ea29ccb5a1730 /www/apache13-fp/files/patch-fj | |
parent | - Move notif2 from x11-toolkits to x11-themes. (diff) |
- Remove www/apache13-fp
Notes
Notes:
svn path=/head/; revision=116740
Diffstat (limited to 'www/apache13-fp/files/patch-fj')
-rw-r--r-- | www/apache13-fp/files/patch-fj | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/www/apache13-fp/files/patch-fj b/www/apache13-fp/files/patch-fj deleted file mode 100644 index 0df391d7b4d8..000000000000 --- a/www/apache13-fp/files/patch-fj +++ /dev/null @@ -1,11 +0,0 @@ ---- src/main/util.c.orig Thu Feb 1 04:06:37 2001 -+++ src/main/util.c Wed Mar 21 21:12:35 2001 -@@ -708,7 +708,7 @@ - char *res; - - for (x = 0; (*line)[x]; x++) { -- if (ap_isspace((*line)[x])) { -+ if (ap_isspace((*line)[x]) && ((*line)[x] & 0x80)==0) { - pos = x; - break; - } |