]> granicus.if.org Git - strace/commit
Change type of {s,t}print_open_modes's argument to unsigned
authorDmitry V. Levin <ldv@altlinux.org>
Thu, 28 Apr 2016 23:40:37 +0000 (23:40 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Fri, 29 Apr 2016 00:13:20 +0000 (00:13 +0000)
commitdd9a511c173a3656c6f5e61c2cd4bd6f1f27f388
tree7f45320ae530db9baa3e000ff195ae81f53b0ac6
parent909e664a2e2c89a5a7aac7c19c7a8124700f1faa
Change type of {s,t}print_open_modes's argument to unsigned

As "flags" argument of sprint_open_modes and tprint_open_modes is
involved only in bit operations, change its type to unsigned.

* defs.h.c (sprint_open_modes, tprint_open_modes): Change type
to unsigned int.
* open.c (sprint_open_modes, tprint_open_modes): Likewise.
defs.h
open.c