Patch for 3.0: #include <sys/fcntl.h> instead of <sys/ioctl.h>

This commit is contained in:
Jordan K. Hubbard 1997-08-28 15:23:10 +00:00
parent adeb9a12ce
commit b9c72653a1
2 changed files with 2 additions and 2 deletions

View File

@ -37,7 +37,7 @@
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/reboot.h>
#include <sys/ioctl.h>
#include <sys/fcntl.h>
#include <sys/tty.h>
#include <sys/proc.h>
#include <sys/conf.h>

View File

@ -37,7 +37,7 @@
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/reboot.h>
#include <sys/ioctl.h>
#include <sys/fcntl.h>
#include <sys/tty.h>
#include <sys/proc.h>
#include <sys/conf.h>