]> granicus.if.org Git - strace/commit
Prepare for transition from xlookup64 to xlookup
authorDmitry V. Levin <ldv@altlinux.org>
Sat, 14 May 2016 21:46:05 +0000 (21:46 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Sat, 14 May 2016 22:05:06 +0000 (22:05 +0000)
commit9134aab4073a8be6bb529aeb05e8c5f4be69540f
tree19a6b1f2b0a7ebf3e77deb73257ce8d62fe078e7
parenta8443f8695303401f561fe5747caab9b28672e9d
Prepare for transition from xlookup64 to xlookup

* fcntl.c (print_fcntl, SYS_FUNC(fcntl), SYS_FUNC(fcntl64)):
Cast 2nd argument of xlookup to unsigned long.
* prctl.c (SYS_FUNC(prctl)): Likewise.
* sched.c (SYS_FUNC(sched_getscheduler)): Likewise.
* time.c (do_adjtimex): Likewise.
* ioprio.c (sprint_ioprio): Change type of the argument
and local variables from int to unsigned int.
* keyctl.c (print_keyring_serial_number): Cast 2nd argument
of xlookup to unsigned int.
* net.c (tprint_sock_type): Change type of the argument to unsigned int.
* printmode.c (sprintmode): Likewise.
* printsiginfo.c (printsigval):  Change type of si_code argument
to unsigned int.
defs.h
fcntl.c
ioprio.c
keyctl.c
net.c
prctl.c
printmode.c
printsiginfo.c
sched.c
time.c