From 1761a6cdc450b4bae0ef039fec171c6a8927b1ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Andriot?= Date: Wed, 26 Nov 2014 19:44:37 +0100 Subject: [PATCH] Fix missing default openbsd cd device in kscd MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: François Andriot --- kscd/libwm/include/wm_config.h | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/kscd/libwm/include/wm_config.h b/kscd/libwm/include/wm_config.h index 6de68f33..a8c574e6 100644 --- a/kscd/libwm/include/wm_config.h +++ b/kscd/libwm/include/wm_config.h @@ -178,6 +178,21 @@ #endif /* hpux */ +/****************************************************************** + * OpenBSD + ****************************************************************** + **** **** *** ** *** ** **** *** ******** + *** ** *** ** ** ****** ** ** ** ** ****** * ******* + *** ** *** *** **** * * ** ****** **** ** ****** + *** ** *** ****** ****** ** ** ** ****** ** * ******* + **** **** ****** ** *** ** **** *** ******** + ******************************************************************/ +#if defined(__OpenBSD__) + +#define DEFAULT_CD_DEVICE "/dev/rcd0c" + +#endif /* OpenBSD */ + /****************************************************************** * Irix ******************************************************************