From: Roland McGrath Date: Fri, 10 Jan 2003 20:09:43 +0000 (+0000) Subject: Fix output format of last change. X-Git-Tag: v4.5.18~880 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7686eee1d72e1d150f696890fd24ea9fa41383be;p=strace Fix output format of last change. --- diff --git a/stream.c b/stream.c index db2c8231..135735a6 100644 --- a/stream.c +++ b/stream.c @@ -713,7 +713,7 @@ int len; tprintf ("QUEUE=%p", m.conn_res.QUEUE_ptr); #elif defined HAVE_STRUCT_T_CONN_RES_ACCEPTOR_ID COMMA (); - tprintf ("QUEUE=%p", m.conn_res.ACCEPTOR_id); + tprintf ("ACCEPTOR=%#lx", m.conn_res.ACCEPTOR_id); #endif ADDR (conn_res, OPT); COMMA ();