summaryrefslogtreecommitdiffstats
path: root/kscd/libwm/plat_freebsd.c
diff options
context:
space:
mode:
authorOBATA Akio <obache@wizdas.com>2019-04-12 17:33:16 +0900
committerTDE Gitea <gitea@mirror.git.trinitydesktop.org>2019-08-14 13:09:47 +0000
commit89e803c7531b9a294d3d9f634c712b7799a7d9aa (patch)
treebefe0a8b2ff2662cc6bfed8651fb70cfcd35ca0b /kscd/libwm/plat_freebsd.c
parent0cf195935ecdf6a7f11c86c807aa8231ee4c03ba (diff)
downloadtdemultimedia-89e803c7531b9a294d3d9f634c712b7799a7d9aa.tar.gz
tdemultimedia-89e803c7531b9a294d3d9f634c712b7799a7d9aa.zip
Split CD support for NetBSD from FreeBSD
Signed-off-by: OBATA Akio <obache@wizdas.com>
Diffstat (limited to 'kscd/libwm/plat_freebsd.c')
-rw-r--r--kscd/libwm/plat_freebsd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kscd/libwm/plat_freebsd.c b/kscd/libwm/plat_freebsd.c
index a905ff5c..b400fd63 100644
--- a/kscd/libwm/plat_freebsd.c
+++ b/kscd/libwm/plat_freebsd.c
@@ -30,7 +30,7 @@
*
*/
-#if defined(__FreeBSD__) || defined(__FreeBSD) || defined(__NetBSD__) || defined (__NetBSD) || defined(__DragonFly__)
+#if defined(__FreeBSD__) || defined(__FreeBSD) || defined(__DragonFly__)
#include <errno.h>
#include <stdio.h>