summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authormjacob <mjacob@FreeBSD.org>1998-04-24 18:23:20 +0000
committermjacob <mjacob@FreeBSD.org>1998-04-24 18:23:20 +0000
commit7d48e85bb77d0b685962b12798898e0a43a6cba2 (patch)
tree0e591946fa3461536ccc452c0967e9990c0845cb /sys
parent8ad123ff436b7bee8137d217be61d1962c7542ea (diff)
downloadFreeBSD-src-7d48e85bb77d0b685962b12798898e0a43a6cba2.zip
FreeBSD-src-7d48e85bb77d0b685962b12798898e0a43a6cba2.tar.gz
Oops- osreldate.h is not around like I thought it would be... hmmm.. quick fix to get around this
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/isp/isp_freebsd.h10
1 files changed, 8 insertions, 2 deletions
diff --git a/sys/dev/isp/isp_freebsd.h b/sys/dev/isp/isp_freebsd.h
index 6f45e9e8..4240c0a 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 <vm/pmap.h>
#include <sys/kernel.h>
-#include <osreldate.h>
+/*
+ * Quick hack fix to get around osreldate.h not being present.
+ * #include <osreldate.h>
+ */
+#ifndef __FreeBSD_version
+#define __FreeBSD_version 300002
+#endif
#define ISP_SCSI_XFER_T struct scsi_xfer
struct isposinfo {
OpenPOWER on IntegriCloud