summaryrefslogtreecommitdiff
path: root/user/nfs-utils/time64.patch
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2020-02-26 03:14:03 +0000
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2020-02-26 03:14:03 +0000
commit7c8ddcb1bbbe82cfb2d1b1d3ea040441506b8951 (patch)
tree61c76532b369a805f3ca646ebc624588f3993f5a /user/nfs-utils/time64.patch
parent56bc1255ae7ff06ad69f823c662d27b70d7bbd8a (diff)
downloadpackages-7c8ddcb1bbbe82cfb2d1b1d3ea040441506b8951.tar.gz
packages-7c8ddcb1bbbe82cfb2d1b1d3ea040441506b8951.tar.bz2
packages-7c8ddcb1bbbe82cfb2d1b1d3ea040441506b8951.tar.xz
packages-7c8ddcb1bbbe82cfb2d1b1d3ea040441506b8951.zip
user/nfs-utils: Bump to 2.4.3
Diffstat (limited to 'user/nfs-utils/time64.patch')
-rw-r--r--user/nfs-utils/time64.patch29
1 files changed, 0 insertions, 29 deletions
diff --git a/user/nfs-utils/time64.patch b/user/nfs-utils/time64.patch
index 024402554..b28ee2f44 100644
--- a/user/nfs-utils/time64.patch
+++ b/user/nfs-utils/time64.patch
@@ -54,35 +54,6 @@
time(NULL) + cache_entry_expiration);
addfield(&bp, &bsiz, buf1);
/* Note we're ignoring the status field in this case; we'll
---- nfs-utils-2.4.2/utils/nfsdcld/sqlite.c.old 2019-11-13 17:09:41.000000000 +0000
-+++ nfs-utils-2.4.2/utils/nfsdcld/sqlite.c 2020-01-24 04:35:02.235281405 +0000
-@@ -512,7 +512,7 @@
- current_epoch = tcur;
- recovery_epoch = trec;
- ret = 0;
-- xlog(D_GENERAL, "%s: current_epoch=%lu recovery_epoch=%lu",
-+ xlog(D_GENERAL, "%s: current_epoch=%"PRIu64" recovery_epoch=%"PRIu64,
- __func__, current_epoch, recovery_epoch);
- out:
- sqlite3_finalize(stmt);
-@@ -1223,7 +1223,7 @@
-
- current_epoch = tcur;
- recovery_epoch = trec;
-- xlog(D_GENERAL, "%s: current_epoch=%lu recovery_epoch=%lu",
-+ xlog(D_GENERAL, "%s: current_epoch=%"PRIu64" recovery_epoch=%"PRIu64,
- __func__, current_epoch, recovery_epoch);
-
- out:
-@@ -1282,7 +1282,7 @@
- }
-
- recovery_epoch = 0;
-- xlog(D_GENERAL, "%s: current_epoch=%lu recovery_epoch=%lu",
-+ xlog(D_GENERAL, "%s: current_epoch=%"PRIu64" recovery_epoch=%"PRIu64,
- __func__, current_epoch, recovery_epoch);
-
- out:
--- nfs-utils-2.4.2/utils/nfsdcltrack/nfsdcltrack.c.old 2019-11-13 17:09:41.000000000 +0000
+++ nfs-utils-2.4.2/utils/nfsdcltrack/nfsdcltrack.c 2020-01-24 04:40:06.871901242 +0000
@@ -38,6 +38,7 @@