diff options
author | Stefan Reinauer <stepan@coresystems.de> | 2009-01-26 00:07:25 +0000 |
---|---|---|
committer | Peter Stuge <peter@stuge.se> | 2009-01-26 00:07:25 +0000 |
commit | 09c0b7c61d50e6f1daf75a2d71fdc8cd61431d61 (patch) | |
tree | 18752760da24834e841db7fe12fe468eed997d46 /util/flashrom | |
parent | bb79ba4aae7c5b9bf270577e4e75113466804a0b (diff) |
flashrom: Change FreeBSD #ifdef into #if defined()
Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Peter Stuge <peter@stuge.se>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3898 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'util/flashrom')
-rw-r--r-- | util/flashrom/flash.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/flashrom/flash.h b/util/flashrom/flash.h index 3d86836a5a..00b4c808e9 100644 --- a/util/flashrom/flash.h +++ b/util/flashrom/flash.h @@ -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 |