]> git.pld-linux.org Git - packages/apache1.git/blame - 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
CommitLineData
35b2c95a
AM
1diff -urNp -x '*.orig' apache_1.3.42.org/src/include/hsregex.h apache_1.3.42/src/include/hsregex.h
2--- apache_1.3.42.org/src/include/hsregex.h 2005-10-10 19:45:29.000000000 +0200
3+++ apache_1.3.42/src/include/hsregex.h 2023-02-02 22:42:24.093168248 +0100
4@@ -22,7 +22,7 @@ extern "C" {
5 #define ap_private_extern
bfc879b9
ER
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.058269 seconds and 4 git commands to generate.