From 2ae9a4a0794ece63c5a137b02b43b43a17cfedb4 Mon Sep 17 00:00:00 2001 From: Alfred Perlstein Date: Fri, 14 Jul 2000 07:55:26 +0000 Subject: [PATCH] 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 5b7e40ce630..7d71cd5663b 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