diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-09-12 04:59:59 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-09-12 04:59:59 +0000 |
commit | 0461c601575b69c90ff9011c8c5a9a76dbba59fd (patch) | |
tree | 4c81f0f42265c032222786aab3e49f9f8d813d2f /debian/patches/hurd_path_max.patch | |
parent | Merging upstream version 1.7.5. (diff) | |
download | apr-debian.tar.xz apr-debian.zip |
Adding debian version 1.7.5-1.debian/1.7.5-1debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/patches/hurd_path_max.patch')
-rw-r--r-- | debian/patches/hurd_path_max.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/patches/hurd_path_max.patch b/debian/patches/hurd_path_max.patch index b333eb6..d5f8015 100644 --- a/debian/patches/hurd_path_max.patch +++ b/debian/patches/hurd_path_max.patch @@ -7,7 +7,7 @@ Subject: #349418 --- apr.orig/include/apr.h.in +++ apr/include/apr.h.in -@@ -629,7 +629,8 @@ typedef int apr_wait_t; +@@ -638,7 +638,8 @@ typedef int apr_wait_t; #elif defined(_POSIX_PATH_MAX) #define APR_PATH_MAX _POSIX_PATH_MAX #else |