c04743dac1
ioctlname() to return a pointer to the name rather than print it. This did not show up in testing because truss had its own prototype for ioctlname(), so it would build fine and run fine as long as the program being traced did not issue an ioctl. Teach mkioctls to generate different versions of ioctlname() based on its first command-line argument. Pointed out by: Garrett Cooper <yanegomi@gmail.com> |
||
---|---|---|
.. | ||
kdump.1 | ||
kdump.c | ||
linux_syscalls.conf | ||
Makefile | ||
mkioctls | ||
mksubr |