summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrmh <rmh@FreeBSD.org>2012-03-25 21:54:36 +0000
committerrmh <rmh@FreeBSD.org>2012-03-25 21:54:36 +0000
commit5582dc37431b1ccf3d2183079d886588fd1bb96f (patch)
tree0c2a2fd3ee8007e660ad76f4ff8b0ec7d8e1a085
parent97c3a90503d7ac77bc3c91a3910e5112ea4f1bb2 (diff)
downloadFreeBSD-src-5582dc37431b1ccf3d2183079d886588fd1bb96f.zip
FreeBSD-src-5582dc37431b1ccf3d2183079d886588fd1bb96f.tar.gz
Follow non-BSD case when GNU/Hurd is detected.
-rw-r--r--sys/dev/aic7xxx/aicasm/aicasm_symbol.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/aic7xxx/aicasm/aicasm_symbol.c b/sys/dev/aic7xxx/aicasm/aicasm_symbol.c
index 53a2c5d..273621f 100644
--- a/sys/dev/aic7xxx/aicasm/aicasm_symbol.c
+++ b/sys/dev/aic7xxx/aicasm/aicasm_symbol.c
@@ -44,7 +44,7 @@
#include <sys/types.h>
#include <sys/param.h>
-#ifdef BSD
+#if defined(BSD) && !defined(__GNU__)
#include <db.h>
#else
#include <db_185.h>
OpenPOWER on IntegriCloud