]> granicus.if.org Git - strace/blobdiff - fcntl.c
ptrace: do not print data argument of some requests on sparc
[strace] / fcntl.c
diff --git a/fcntl.c b/fcntl.c
index 88809fe2e29319b353aac11e7486d5d36b4bd17b..561c164ef14d89376c6d32d9f81e8b352d078399 100644 (file)
--- a/fcntl.c
+++ b/fcntl.c
@@ -46,7 +46,7 @@ print_struct_flock64(const struct_kernel_flock64 *fl, const int getlk)
        printxval(lockfcmds, fl->l_type, "F_???");
        tprints(", l_whence=");
        printxval(whence_codes, fl->l_whence, "SEEK_???");
-       tprintf(", l_start=%Ld, l_len=%Ld",
+       tprintf(", l_start=%lld, l_len=%lld",
                (long long) fl->l_start, (long long) fl->l_len);
        if (getlk)
                tprintf(", l_pid=%lu", (unsigned long) fl->l_pid);