Skip to content

Commit

Permalink
use _PATH_DEV
Browse files Browse the repository at this point in the history
  • Loading branch information
splbio committed Jul 14, 2000
1 parent 2581a97 commit 267667c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion usr.sbin/lptcontrol/lptcontrol.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 267667c

Please sign in to comment.