]> granicus.if.org Git - strace/blobdiff - syslog.c
mmap_cache: add function to enable mmap_cache
[strace] / syslog.c
index 90f55d31d61a12e940b9f5eb09444ef29c2c6b1e..62d313b930d4702ca5f6f639d989c8c719bd5b7f 100644 (file)
--- a/syslog.c
+++ b/syslog.c
@@ -1,5 +1,6 @@
 /*
  * Copyright (c) 2012-2015 Dmitry V. Levin <ldv@altlinux.org>
+ * Copyright (c) 2014-2017 The strace developers.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -62,7 +63,7 @@ SYS_FUNC(syslog)
                        break;
                default:
                        printaddr(tcp->u_arg[1]);
-                       tprintf(", %" PRI_kru, tcp->u_arg[2]);
+                       tprintf(", %" PRI_klu, tcp->u_arg[2]);
                        return RVAL_DECODED;
        }