all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
blob b77e19d98ca5f29c66a70df3eb623c1ed05cc8f4 323 bytes (raw)
name: gnu/packages/patches/sed-hurd-path-max.patch 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
 
Define PATH_MAX for HURD systems.

diff --git a/lib/pathmax.h b/lib/pathmax.h
index bd0bc00..8835c98 100644
--- a/lib/pathmax.h
+++ b/lib/pathmax.h
@@ -45,6 +45,10 @@
 
 # include <limits.h>
 
+# ifndef PATH_MAX
+#  define PATH_MAX 8192
+# endif
+
 # ifndef _POSIX_PATH_MAX
 #  define _POSIX_PATH_MAX 256
 # endif
-- 
2.4.2

debug log:

solving b77e19d ...
found b77e19d in https://yhetil.org/guix/CAFtzXzO85RqEV9SYyoj91u_kdNpQN239sDW-s0od2m52cE2dKA@mail.gmail.com/

applying [1/1] https://yhetil.org/guix/CAFtzXzO85RqEV9SYyoj91u_kdNpQN239sDW-s0od2m52cE2dKA@mail.gmail.com/
diff --git a/gnu/packages/patches/sed-hurd-path-max.patch b/gnu/packages/patches/sed-hurd-path-max.patch
new file mode 100644
index 0000000..b77e19d

1:14: trailing whitespace.
 
1:16: trailing whitespace.
 
1:24: trailing whitespace.
-- 
Checking patch gnu/packages/patches/sed-hurd-path-max.patch...
Applied patch gnu/packages/patches/sed-hurd-path-max.patch cleanly.
warning: 3 lines add whitespace errors.

index at:
100644 b77e19d98ca5f29c66a70df3eb623c1ed05cc8f4	gnu/packages/patches/sed-hurd-path-max.patch

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.