Use printnum_int consistently
* sock.c (sock_ioctl): Use printnum_int instead of printnum to print integer type. * stream.c (sys_getpmsg): Likewise.
This commit is contained in:
parent
e96cb621fa
commit
f55cca729f
2
sock.c
2
sock.c
@ -117,7 +117,7 @@ sock_ioctl(struct tcb *tcp, const unsigned int code, long arg)
|
||||
#ifdef SIOCATMARK
|
||||
case SIOCATMARK:
|
||||
#endif
|
||||
printnum(tcp, arg, ", %#d");
|
||||
printnum_int(tcp, arg, ", %#d");
|
||||
case SIOCSIFNAME:
|
||||
return 1;
|
||||
case SIOCGIFNAME:
|
||||
|
Loading…
x
Reference in New Issue
Block a user