mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
34a4d5a401
Submitted by: ken@plutotech.com
21 lines
404 B
Plaintext
21 lines
404 B
Plaintext
--- kscd/plat_freebsd.c.orig Fri May 15 14:54:44 1998
|
|
+++ kscd/plat_freebsd.c Tue Oct 13 03:33:34 1998
|
|
@@ -51,7 +51,6 @@
|
|
#include <string.h>
|
|
#include <sys/ioctl.h>
|
|
#include <sys/cdio.h>
|
|
-#include <sys/scsiio.h>
|
|
|
|
#ifdef __NetBSD__
|
|
|
|
@@ -62,9 +61,6 @@
|
|
#include "/sys/scsi/scsi_all.h"
|
|
#include "/sys/scsi/scsi_cd.h"
|
|
|
|
-#else
|
|
-#include <scsi.h>
|
|
-#include <sys/scsiio.h>
|
|
#endif
|
|
|
|
#include "struct.h"
|