Don't depend <machine/cpufunc.h> including <sys/types.h>.
This commit is contained in:
parent
a24a66635c
commit
72ef571982
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=27126
@ -4,8 +4,10 @@
|
||||
* modified for FreeBSD 2.1 by Gary Jennejohn - 12FEB95
|
||||
*/
|
||||
|
||||
#include <machine/cpufunc.h> /* for inb/outb */
|
||||
#include <sys/reboot.h> /* for RB_SERIAL */
|
||||
#include <sys/types.h>
|
||||
#include <sys/reboot.h> /* for RB_SERIAL */
|
||||
|
||||
#include <machine/cpufunc.h> /* for inb/outb */
|
||||
|
||||
short *videomem;
|
||||
int curs;
|
||||
|
Loading…
Reference in New Issue
Block a user