]> git.pld-linux.org Git - packages/apache1.git/blob - apache1-regex_must_conform_to_posix_for_LFS_to_work.patch
rel 15; builds
[packages/apache1.git] / apache1-regex_must_conform_to_posix_for_LFS_to_work.patch
1 diff -ruN -x Makefile.in -x configure -x *~ -x apache_1.3.14.orig apache_1.3.14.orig/src/include/hsregex.h apache_1.3.14/src/include/hsregex.h
2 --- build-tree/apache_1.3.34/src/include/hsregex.h      Mon Sep 25 16:48:24 2000
3 +++ build-tree/apache_1.3.34/src/include/hsregex.h      Wed Dec  6 15:20:03 2000
4 @@ -24,7 +24,7 @@
5  #endif
6  #endif
7  
8 -typedef off_t regoff_t;
9 +typedef int regoff_t;
10  typedef struct {
11         int re_magic;
12         size_t re_nsub;         /* number of parenthesized subexpressions */
This page took 0.052544 seconds and 3 git commands to generate.