]> git.decadent.org.uk Git - nfs-utils.git/blobdiff - tools/locktest/testlk.c
In recent Fedora builds, the '-D _FORTIFY_SOURCE=2' compile
[nfs-utils.git] / tools / locktest / testlk.c
index b392f711fcb9eea9edfc3b62e42ae7750bfa2c35..82ed7657051d381e3e437a2dbcf0b4ba0005365e 100644 (file)
@@ -81,7 +81,7 @@ main(int argc, char **argv)
                if (fl.l_type == F_UNLCK) {
                        printf("%s: no conflicting lock\n", fname);
                } else {
-                       printf("%s: conflicting lock by %d on (%ld;%ld)\n",
+                       printf("%s: conflicting lock by %d on (%lld;%lld)\n",
                                fname, fl.l_pid, fl.l_start, fl.l_len);
                }
                return 0;