diff options
author | non <non@FreeBSD.org> | 2001-12-10 02:07:34 +0000 |
---|---|---|
committer | non <non@FreeBSD.org> | 2001-12-10 02:07:34 +0000 |
commit | eaeb1aadee58acc9dc3a4a133aa32dd0db9831eb (patch) | |
tree | 71e7bb6933448942b0d71f4f17838ad563ec2e48 /sys/cam | |
parent | c956ace9287cde07a8c002decbaad4801fbdb728 (diff) | |
download | FreeBSD-src-eaeb1aadee58acc9dc3a4a133aa32dd0db9831eb.zip FreeBSD-src-eaeb1aadee58acc9dc3a4a133aa32dd0db9831eb.tar.gz |
Remove PAO3 dependent part where I missed to remove at last commit.
Diffstat (limited to 'sys/cam')
-rw-r--r-- | sys/cam/scsi/scsi_low.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/cam/scsi/scsi_low.c b/sys/cam/scsi/scsi_low.c index f2f8d63..4d40a38 100644 --- a/sys/cam/scsi/scsi_low.c +++ b/sys/cam/scsi/scsi_low.c @@ -115,11 +115,7 @@ #include <cam/scsi/scsi_low.h> -#if !defined(__FreeBSD__) -#include <i386/i386/cons.h> -#else #include <sys/cons.h> -#endif #endif /* __FreeBSD__ */ /************************************************************** |