From f05ebe7324514f36cfbeca7f0a8620628893ce9b Mon Sep 17 00:00:00 2001 From: Matt Jacob Date: Fri, 24 Apr 1998 18:23:20 +0000 Subject: Oops- osreldate.h is not around like I thought it would be... hmmm.. quick fix to get around this --- sys/dev/isp/isp_freebsd.h | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'sys/dev/isp') diff --git a/sys/dev/isp/isp_freebsd.h b/sys/dev/isp/isp_freebsd.h index 6f45e9e8bfa6e..4240c0aa656f8 100644 --- a/sys/dev/isp/isp_freebsd.h +++ b/sys/dev/isp/isp_freebsd.h @@ -1,5 +1,5 @@ /* $FreeBSD$ */ -/* $Id: isp_freebsd.h,v 1.9 1998/04/17 17:09:29 mjacob Exp $ */ +/* $Id: isp_freebsd.h,v 1.1 1998/04/22 17:54:52 mjacob Exp $ */ /* * Qlogic ISP SCSI Host Adapter FreeBSD Wrapper Definitions (non CAM version) *--------------------------------------- @@ -51,7 +51,13 @@ #include #include -#include +/* + * Quick hack fix to get around osreldate.h not being present. + * #include + */ +#ifndef __FreeBSD_version +#define __FreeBSD_version 300002 +#endif #define ISP_SCSI_XFER_T struct scsi_xfer struct isposinfo { -- cgit v1.3