Author: stuge Date: 2009-01-26 01:07:25 +0100 (Mon, 26 Jan 2009) New Revision: 3898
Modified: trunk/util/flashrom/flash.h Log: flashrom: Change FreeBSD #ifdef into #if defined() Signed-off-by: Stefan Reinauer <[email protected]> Acked-by: Peter Stuge <[email protected]> Modified: trunk/util/flashrom/flash.h =================================================================== --- trunk/util/flashrom/flash.h 2009-01-25 23:59:30 UTC (rev 3897) +++ trunk/util/flashrom/flash.h 2009-01-26 00:07:25 UTC (rev 3898) @@ -30,7 +30,7 @@ #include <stdint.h> #include <stdio.h> -#ifdef __FreeBSD__ +#if defined(__FreeBSD__) #include <machine/cpufunc.h> #define off64_t off_t #define lseek64 lseek -- coreboot mailing list: [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

