]> granicus.if.org Git - strace/commit
msghdr.c: print unrecognized struct cmsghdr.cmsg_type in hex
authorDmitry V. Levin <ldv@altlinux.org>
Thu, 30 Jun 2016 22:14:51 +0000 (22:14 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Thu, 30 Jun 2016 22:14:51 +0000 (22:14 +0000)
commit6c30aecaf3a041f09294d46a2d4aa01de0f1987d
tree369647fbfa56bc704e0f265e63769236f60227f0
parentdb0e6e17b31257c83114b7c83d80178b5715d1e5
msghdr.c: print unrecognized struct cmsghdr.cmsg_type in hex

* msghdr.c (print_cmsg_type_data): Use %#x format when printing
struct cmsghdr.cmsg_type as an integer.
msghdr.c