summaryrefslogtreecommitdiffstats
path: root/usr.sbin/lptcontrol
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/lptcontrol')
-rw-r--r--usr.sbin/lptcontrol/lptcontrol.c2
1 files changed, 1 insertions, 1 deletions
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
OpenPOWER on IntegriCloud