[coreboot] r3898 - trunk/util/flashrom
svn at coreboot.org
svn at coreboot.org
Mon Jan 26 01:07:26 CET 2009
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 <stepan at coresystems.de>
Acked-by: Peter Stuge <peter at stuge.se>
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
More information about the coreboot
mailing list