]> granicus.if.org Git - strace/blobdiff - utimes.c
nlattr: add UID/GID netlink attribute decoders
[strace] / utimes.c
index ff63e9a84daa39ed9c9858b311d5db16c7862c7e..311ca2d50122387916a2fcfc59026374b54005fb 100644 (file)
--- a/utimes.c
+++ b/utimes.c
@@ -6,6 +6,7 @@
  * Copyright (c) 2006-2007 Ulrich Drepper <drepper@redhat.com>
  * Copyright (c) 2006 Bernhard Kaindl <bk@suse.de>
  * Copyright (c) 2006-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
@@ -69,7 +70,7 @@ SYS_FUNC(osf_utimes)
 {
        printpath(tcp, tcp->u_arg[0]);
        tprints(", ");
-       print_timeval32_pair(tcp, tcp->u_arg[1]);
+       print_timeval32_utimes(tcp, tcp->u_arg[1]);
 
        return RVAL_DECODED;
 }