]> granicus.if.org Git - strace/commit
2003-09-06 Dmitry V. Levin <ldv@altlinux.org>
authorRoland McGrath <roland@redhat.com>
Fri, 14 Nov 2003 02:54:03 +0000 (02:54 +0000)
committerRoland McGrath <roland@redhat.com>
Fri, 14 Nov 2003 02:54:03 +0000 (02:54 +0000)
commit2843a4e1d2fca851be6e47e7ff2413b45903ac9a
tree74275d627444a6c5ba9b04b7c52338bfbfc02623
parentf25ef3916f41f9a6187c66c2053f0a1591b39812
2003-09-06  Dmitry V. Levin <ldv@altlinux.org>

* defs.h (ioctl_lookup): Prototype change.
* ioctl.c (ioctl_next_match): New function.
* defs.h: Declare it.
* io.c (sys_ioctl): Use it, to display all possible ioctl names
when there's more than one match.
* ioctl.c (ioctl_lookup): Likewise.
* stream.c (internal_stream_ioctl): Likewise.
Patch from Solar Designer <solar@openwall.com>.
defs.h
io.c
ioctl.c
stream.c