]> granicus.if.org Git - strace/blobdiff - execve.c
Remove linux/ptp_clock.h
[strace] / execve.c
index aa5303c3f44f5afc7c715afd092e0f4155cb7b26..5455b153420da65a1945cc9579b476d676266228 100644 (file)
--- a/execve.c
+++ b/execve.c
@@ -6,6 +6,7 @@
  * Copyright (c) 2007 Roland McGrath <roland@redhat.com>
  * Copyright (c) 2011-2012 Denys Vlasenko <vda.linux@googlemail.com>
  * Copyright (c) 2010-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
@@ -98,7 +99,7 @@ printargc(struct tcb *const tcp, kernel_ulong_t addr)
                if (!cp)
                        break;
        }
-       tprintf(" /* %u var%s%s */",
+       tprintf_comment("%u var%s%s",
                count, count == 1 ? "" : "s",
                unterminated ? ", unterminated" : "");
 }