diff options
author | alfred <alfred@FreeBSD.org> | 2000-07-14 07:55:26 +0000 |
---|---|---|
committer | alfred <alfred@FreeBSD.org> | 2000-07-14 07:55:26 +0000 |
commit | 267667c9ec64afc975da2df7bf33ed623ea34d4f (patch) | |
tree | 139f4db1363be11a6a205df46fe8788fa5837d84 /usr.sbin/lptcontrol | |
parent | 2581a971889f44e6211cfa063924a1ba3305fcac (diff) | |
download | FreeBSD-src-267667c9ec64afc975da2df7bf33ed623ea34d4f.zip FreeBSD-src-267667c9ec64afc975da2df7bf33ed623ea34d4f.tar.gz |
use _PATH_DEV
Diffstat (limited to 'usr.sbin/lptcontrol')
-rw-r--r-- | usr.sbin/lptcontrol/lptcontrol.c | 2 |
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 |