]> git.pld-linux.org Git - packages/nfs-utils.git/commitdiff
- missing patch auto/th/nfs-utils-2.4.3-2
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 17 May 2020 06:25:43 +0000 (08:25 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Sun, 17 May 2020 06:25:43 +0000 (08:25 +0200)
nfs-utils-types.patch [new file with mode: 0644]

diff --git a/nfs-utils-types.patch b/nfs-utils-types.patch
new file mode 100644 (file)
index 0000000..3ee52d3
--- /dev/null
@@ -0,0 +1,11 @@
+--- nfs-utils-2.4.3/utils/nfsdcltrack/nfsdcltrack.c.orig       2020-05-17 08:13:59.744382256 +0200
++++ nfs-utils-2.4.3/utils/nfsdcltrack/nfsdcltrack.c    2020-05-17 08:19:47.068916900 +0200
+@@ -525,7 +525,7 @@
+       if (*tail)
+               return -EINVAL;
+-      xlog(D_GENERAL, "%s: grace done. gracetime=%ld", __func__, gracetime);
++      xlog(D_GENERAL, "%s: grace done. gracetime=%lld", __func__, (long long)gracetime);
+       ret = sqlite_remove_unreclaimed(gracetime);
This page took 0.038781 seconds and 4 git commands to generate.