Fixed header file path (machine/lpt.h -> dev/ppbus/lptio.h).
This commit is contained in:
parent
26605df75f
commit
c4de295680
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=60950
@ -117,10 +117,10 @@
|
||||
#include <sys/uio.h>
|
||||
#include <sys/syslog.h>
|
||||
#include <machine/clock.h>
|
||||
#include <machine/lpt.h>
|
||||
|
||||
#include <i386/isa/isa_device.h>
|
||||
#include <i386/isa/lptreg.h>
|
||||
#include <dev/ppbus/lptio.h>
|
||||
|
||||
#ifdef INET
|
||||
#include <sys/malloc.h>
|
||||
|
@ -117,10 +117,10 @@
|
||||
#include <sys/uio.h>
|
||||
#include <sys/syslog.h>
|
||||
#include <machine/clock.h>
|
||||
#include <machine/lpt.h>
|
||||
|
||||
#include <i386/isa/isa_device.h>
|
||||
#include <i386/isa/lptreg.h>
|
||||
#include <dev/ppbus/lptio.h>
|
||||
|
||||
#ifdef INET
|
||||
#include <sys/malloc.h>
|
||||
|
Loading…
Reference in New Issue
Block a user