]> granicus.if.org Git - strace/commit
Automatically replace kernel_(scno|ureg)_t with kernel_ulong_t
authorDmitry V. Levin <ldv@altlinux.org>
Mon, 26 Dec 2016 10:26:03 +0000 (10:26 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Mon, 26 Dec 2016 10:43:34 +0000 (10:43 +0000)
commit7fa3d78319b20a996923f9b665afc3a3571ed08b
treec1fcdd2b642ebc521fea460e8aa26a0a5295270c
parente625443bb501c99e3cbed7cf041ef3036c7955f0
Automatically replace kernel_(scno|ureg)_t with kernel_ulong_t

Remove temporary types created for transition from long
to kernel_ulong_t.

Automatically replace kernel_scno_t and kernel_ureg_t with
kernel_ulong_t using
$ git grep -El 'kernel_(scno|ureg)_t' |
  xargs sed -ri 's/kernel_(scno|ureg)_t/kernel_ulong_t/g'

* kernel_types.h (kernel_scno_t, kernel_ureg_t): Remove.
All users updated.
119 files changed:
affinity.c
aio.c
block.c
bpf.c
btrfs.c
capability.c
clone.c
defs.h
desc.c
dirent.c
dm.c
evdev.c
execve.c
fcntl.c
fetch_seccomp_fprog.c
fetch_struct_flock.c
fetch_struct_mmsghdr.c
fetch_struct_msghdr.c
fetch_struct_stat.c
fetch_struct_stat64.c
fetch_struct_statfs.c
file_handle.c
file_ioctl.c
fs_x_ioctl.c
futex.c
hdio.c
io.c
ioctl.c
ipc_msg.c
ipc_msgctl.c
ipc_sem.c
ipc_shmctl.c
kernel_types.h
kexec.c
ldt.c
linux/aarch64/get_scno.c
linux/aarch64/set_scno.c
linux/alpha/get_scno.c
linux/alpha/set_scno.c
linux/arc/set_scno.c
linux/arm/get_scno.c
linux/arm/set_scno.c
linux/avr32/set_scno.c
linux/bfin/set_scno.c
linux/crisv10/set_scno.c
linux/hppa/set_scno.c
linux/i386/set_scno.c
linux/ia64/set_scno.c
linux/m68k/set_scno.c
linux/metag/set_scno.c
linux/microblaze/set_scno.c
linux/mips/arch_sigreturn.c
linux/mips/set_scno.c
linux/nios2/set_scno.c
linux/or1k/set_scno.c
linux/powerpc/set_scno.c
linux/riscv/set_scno.c
linux/s390/set_scno.c
linux/sh/get_scno.c
linux/sh/set_scno.c
linux/sh64/set_scno.c
linux/sparc/set_scno.c
linux/tile/set_scno.c
linux/x86_64/arch_sigreturn.c
linux/x86_64/get_scno.c
linux/x86_64/set_scno.c
linux/xtensa/set_scno.c
loop.c
mem.c
membarrier.c
mmsghdr.c
mount.c
msghdr.c
msghdr.h
mtd.c
net.c
netlink.c
numa.c
oldstat.c
pathtrace.c
perf.c
poll.c
prctl.c
print_mq_attr.c
print_msgbuf.c
print_sigevent.c
print_statfs.c
print_timespec.c
print_timeval.c
print_timex.c
printrusage.c
printsiginfo.c
process.c
process_vm.c
ptp.c
quota.c
resource.c
rtc.c
sched.c
scsi.c
seccomp.c
sigaltstack.c
signal.c
sock.c
sockaddr.c
stat.c
stat64.c
syscall.c
term.c
time.c
ubi.c
uid.c
upeek.c
upoke.c
userfaultfd.c
util.c
v4l2.c
wait.c
xattr.c