svn commit: r233479 - head/sys/dev/aic7xxx/aicasm

Robert Millan rmh at FreeBSD.org
Sun Mar 25 21:54:36 UTC 2012


Author: rmh
Date: Sun Mar 25 21:54:36 2012
New Revision: 233479
URL: http://svn.freebsd.org/changeset/base/233479

Log:
  Follow non-BSD case when GNU/Hurd is detected.

Modified:
  head/sys/dev/aic7xxx/aicasm/aicasm_symbol.c

Modified: head/sys/dev/aic7xxx/aicasm/aicasm_symbol.c
==============================================================================
--- head/sys/dev/aic7xxx/aicasm/aicasm_symbol.c	Sun Mar 25 20:37:59 2012	(r233478)
+++ head/sys/dev/aic7xxx/aicasm/aicasm_symbol.c	Sun Mar 25 21:54:36 2012	(r233479)
@@ -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>


More information about the svn-src-all mailing list