From 267667c9ec64afc975da2df7bf33ed623ea34d4f Mon Sep 17 00:00:00 2001 From: alfred Date: Fri, 14 Jul 2000 07:55:26 +0000 Subject: use _PATH_DEV --- usr.sbin/lptcontrol/lptcontrol.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.sbin/lptcontrol/lptcontrol.c b/usr.sbin/lptcontrol/lptcontrol.c index 5b7e40c..7d71cd5 100644 --- a/usr.sbin/lptcontrol/lptcontrol.c +++ b/usr.sbin/lptcontrol/lptcontrol.c @@ -49,7 +49,7 @@ static const char rcsid[] = #define PATH_LPCTL _PATH_DEV "lpctl" -#define DEFAULT_DEVICE "/dev/lpt0" +#define DEFAULT_DEVICE _PATH_DEV "lpt0" #define IRQ_INVALID -1 #define DO_POLL 0 #define USE_IRQ 1 -- cgit v1.1