mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Include <sys/disklabel.h> to prepare for slices. Don't include the
unused <sys/dkbad.h>.
This commit is contained in:
parent
5783a8ffe5
commit
84fac47641
1 changed files with 2 additions and 2 deletions
|
|
@ -17,7 +17,7 @@
|
|||
* POSSIBILITY OF SUCH DAMAGE.
|
||||
*
|
||||
* ft.c - QIC-40/80 floppy tape driver
|
||||
* $Id: ft.c,v 1.12 1994/09/25 06:04:23 phk Exp $
|
||||
* $Id: ft.c,v 1.13 1994/10/23 21:27:14 wollman Exp $
|
||||
*
|
||||
* 06/07/94 v0.9 ++sg
|
||||
* Tape stuck on segment problem should be gone. Re-wrote buffering
|
||||
|
|
@ -65,9 +65,9 @@
|
|||
#include "fd.h"
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/dkbad.h>
|
||||
#include <sys/systm.h>
|
||||
#include <sys/conf.h>
|
||||
#include <sys/disklabel.h> /* temp. for dkunit() in fdc.h */
|
||||
#include <sys/file.h>
|
||||
#include <sys/proc.h>
|
||||
#include <sys/ioctl.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue