From 480288ca001564fa8c9fbdd72be442bbe7ee3d97 Mon Sep 17 00:00:00 2001 From: Nathanael Sensfelder Date: Thu, 3 Sep 2015 11:25:52 +0200 Subject: Adds compilation options, renames preprocessor macros to avoid collisions. --- src/relabsd_device.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/relabsd_device.c') diff --git a/src/relabsd_device.c b/src/relabsd_device.c index 174f1eb..0ca6993 100644 --- a/src/relabsd_device.c +++ b/src/relabsd_device.c @@ -61,7 +61,7 @@ int relabsd_device_create if (fd < 0) { - _FATAL + RELABSD_FATAL ( "Could not open device '%s' in read only mode: %s.", config->input_file, @@ -73,7 +73,7 @@ int relabsd_device_create if (libevdev_new_from_fd(fd, &(dev->dev)) < 0) { - _FATAL + RELABSD_FATAL ( "libevdev could not open '%s': '%s'.", config->input_file, @@ -103,7 +103,7 @@ int relabsd_device_create < 0 ) { - _FATAL("Could not create relabsd device: %s.", strerror(errno)); + RELABSD_FATAL("Could not create relabsd device: %s.", strerror(errno)); libevdev_free(dev->dev); -- cgit v1.2.3-70-g09d2