From 9abf529387ad68171d76f7bb9a6e665a68d0e891 Mon Sep 17 00:00:00 2001 From: Carl-Daniel Hailfinger Date: Fri, 1 May 2009 16:34:32 +0000 Subject: Allow compilation on Solaris Fix compilation on Solaris and tell people how to compile flashrom on Solaris, Darwin/Mac OS X and DragonFly BSD. Thanks to Joerg Schilling and Patrick Georgi for the Solaris part. Corresponding to flashrom svn r452. Signed-off-by: Carl-Daniel Hailfinger Acked-by: Peter Stuge --- flashrom.c | 7 ------- 1 file changed, 7 deletions(-) (limited to 'flashrom.c') diff --git a/flashrom.c b/flashrom.c index 36d145f..2c77ff3 100644 --- a/flashrom.c +++ b/flashrom.c @@ -30,13 +30,6 @@ #include #include #include -/* for iopl */ -#if defined (__sun) && (defined(__i386) || defined(__amd64)) -#include -#include -#include -#include -#endif #include "flash.h" char *chip_to_probe = NULL; -- cgit v1.1