unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
blob e1152657a140f676fd225c18faec2dcf90b7a4dd 476 bytes (raw)
name: gnu/packages/patches/tar-d_ino_in_dirent-bugfix.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
19
20
21
22
23
24
 
diff --git a/src/tar.c b/src/tar.c
index 225c624..f8102e0 100644
--- a/src/tar.c
+++ b/src/tar.c
@@ -1341,14 +1341,18 @@ static char filename_terminator;
 static char const *const sort_mode_arg[] = {
   "none",
   "name",
+#if D_INO_IN_DIRENT
   "inode",
+#endif
   NULL
 };
 
 static int sort_mode_flag[] = {
     SAVEDIR_SORT_NONE,
     SAVEDIR_SORT_NAME,
+#if D_INO_IN_DIRENT
     SAVEDIR_SORT_INODE
+#endif
 };
 
 ARGMATCH_VERIFY (sort_mode_arg, sort_mode_flag);
-- 
2.3.7

debug log:

solving e115265 ...
found e115265 in https://yhetil.org/guix-devel/CAFtzXzOfeADbM9OHM7A0JrCG6c8AoCwnNGYXUnRvGwfY1BSXSg@mail.gmail.com/

applying [1/1] https://yhetil.org/guix-devel/CAFtzXzOfeADbM9OHM7A0JrCG6c8AoCwnNGYXUnRvGwfY1BSXSg@mail.gmail.com/
diff --git a/gnu/packages/patches/tar-d_ino_in_dirent-bugfix.patch b/gnu/packages/patches/tar-d_ino_in_dirent-bugfix.patch
new file mode 100644
index 0000000..e115265

1:20: trailing whitespace.
 
1:28: trailing whitespace.
 
1:30: trailing whitespace.
-- 
Checking patch gnu/packages/patches/tar-d_ino_in_dirent-bugfix.patch...
Applied patch gnu/packages/patches/tar-d_ino_in_dirent-bugfix.patch cleanly.
warning: 3 lines add whitespace errors.

index at:
100644 e1152657a140f676fd225c18faec2dcf90b7a4dd	gnu/packages/patches/tar-d_ino_in_dirent-bugfix.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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).