diff options
Diffstat (limited to 'debian/patches/0155-hurd_PATH_MAX.patch')
-rw-r--r-- | debian/patches/0155-hurd_PATH_MAX.patch | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/debian/patches/0155-hurd_PATH_MAX.patch b/debian/patches/0155-hurd_PATH_MAX.patch index 4a76248..41952c6 100644 --- a/debian/patches/0155-hurd_PATH_MAX.patch +++ b/debian/patches/0155-hurd_PATH_MAX.patch @@ -20,7 +20,7 @@ Index: trunk/backend/escl/escl.h =================================================================== --- trunk.orig/backend/escl/escl.h +++ trunk/backend/escl/escl.h -@@ -61,6 +61,10 @@ +@@ -62,6 +62,10 @@ # define DBGDUMP(level, buf, size) #endif @@ -30,7 +30,7 @@ Index: trunk/backend/escl/escl.h + #define ESCL_CONFIG_FILE "escl.conf" - typedef struct { + Index: trunk/backend/canon630u.c =================================================================== --- trunk.orig/backend/canon630u.c @@ -110,7 +110,7 @@ Index: trunk/backend/hp5400_sane.c =================================================================== --- trunk.orig/backend/hp5400_sane.c +++ trunk/backend/hp5400_sane.c -@@ -109,6 +109,9 @@ +@@ -88,6 +88,9 @@ #define NUM_GAMMA_ENTRIES 65536 @@ -349,8 +349,8 @@ Index: trunk/backend/pixma/pixma_bjnp.c =================================================================== --- trunk.orig/backend/pixma/pixma_bjnp.c +++ trunk/backend/pixma/pixma_bjnp.c -@@ -110,6 +110,12 @@ - # define SSIZE_MAX LONG_MAX +@@ -117,6 +117,12 @@ + # endif #endif +#ifndef HOST_NAME_MAX |