From: Peter Avalos Date: Sat, 7 Jul 2007 01:09:42 +0000 (+0000) Subject: -Wundef fix. X-Git-Tag: v2.0.1~2617 X-Git-Url: https://gitweb.dragonflybsd.org/dragonfly.git/commitdiff_plain/96ca467d9ecae11649bc5659e6ff74fbe53cdae0 -Wundef fix. Obtained-from: FreeBSD --- diff --git a/sys/dev/disk/aic7xxx/aic7xxx_osm.h b/sys/dev/disk/aic7xxx/aic7xxx_osm.h index 61b09bd057..193bef06a6 100644 --- a/sys/dev/disk/aic7xxx/aic7xxx_osm.h +++ b/sys/dev/disk/aic7xxx/aic7xxx_osm.h @@ -31,8 +31,8 @@ * * $Id: //depot/aic7xxx/freebsd/dev/aic7xxx/aic7xxx_osm.h#18 $ * - * $FreeBSD: src/sys/dev/aic7xxx/aic7xxx_osm.h,v 1.27 2004/08/17 00:14:31 gibbs Exp $ - * $DragonFly: src/sys/dev/disk/aic7xxx/aic7xxx_osm.h,v 1.11 2007/07/06 04:56:22 pavalos Exp $ + * $FreeBSD: src/sys/dev/aic7xxx/aic7xxx_osm.h,v 1.30 2005/12/05 11:58:32 ru Exp $ + * $DragonFly: src/sys/dev/disk/aic7xxx/aic7xxx_osm.h,v 1.12 2007/07/07 01:09:42 pavalos Exp $ */ #ifndef _AIC7XXX_FREEBSD_H_ @@ -150,7 +150,7 @@ struct scb_platform_data { }; /***************************** Core Includes **********************************/ -#if AHC_REG_PRETTY_PRINT +#ifdef AHC_REG_PRETTY_PRINT #define AIC_DEBUG_REGISTERS 1 #else #define AIC_DEBUG_REGISTERS 0