commit | 98f632a14c4ad0db7aaa25567859c71f336055e6 | [log] [tgz] |
---|---|---|
author | Dmitry V. Levin <ldv@altlinux.org> | Fri May 13 04:04:08 2016 +0000 |
committer | Dmitry V. Levin <ldv@altlinux.org> | Fri May 13 05:18:42 2016 +0000 |
tree | 12932e768bffe71136ccc330a96bc65d3d228a95 | |
parent | f2f162e89c45760a97443e76a2cb4365aa326b3f [diff] |
tests/ioctl_v4l2.c: fix build on older systems Fix build on systems without HAVE_DECL_V4L2_CTRL_TYPE_STRING or V4L2_CTRL_CLASS_CAMERA. * tests/ioctl_v4l2.c (main) [VIDIOC_S_EXT_CTRLS]: Disable part of the test if [!HAVE_DECL_V4L2_CTRL_TYPE_STRING]. Replace V4L2_CTRL_CLASS_CAMERA with V4L2_CTRL_CLASS_USER.
This is strace -- a diagnostic, debugging and instructional userspace utility for Linux. It is used to monitor interactions between processes and the Linux kernel, which include system calls, signal deliveries, and changes of process state. The operation of strace is made possible by the kernel feature known as ptrace.
strace is released under a Berkeley-style license at the request of Paul Kranenburg; see the file COPYING for details.
See the file NEWS for information on what has changed in recent versions.
Please send bug reports and enhancements to the strace mailing list.