diff options
author | Eugene Syromyatnikov <evgsyr@gmail.com> | 2018-04-02 20:16:00 +0200 |
---|---|---|
committer | Dmitry V. Levin <ldv@altlinux.org> | 2018-04-27 00:56:25 +0000 |
commit | ea6162222622dc03564ef7b56a3ef885a9040d45 (patch) | |
tree | 8c79a194fb1e3413545ef0f9970686b97dae1f47 /ioctl.c | |
parent | 25d6ed1600eed45a485879113d1c6846b06b8bdc (diff) | |
download | strace-ea6162222622dc03564ef7b56a3ef885a9040d45.tar.gz |
Move xlat/evdev_abs.h inclusion from ioctl.c to evdev.c
Also introduce evdev_abs_size constant, which will be needed later.
* defs.h (evdev_abs_size): New declaration.
* ioctl.c: Move xlat/evdev_abs.h inclusion ...
* evdev.c: ... here.
(evdev_abs_size): New constant variable.
Diffstat (limited to 'ioctl.c')
-rw-r--r-- | ioctl.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -33,7 +33,6 @@ #include <linux/ioctl.h> #include "xlat/ioctl_dirs.h" -#include "xlat/evdev_abs.h" #include "xlat/evdev_ev.h" static int |