diff options
author | Jason Helfman <jgh@FreeBSD.org> | 2013-09-20 06:23:33 +0000 |
---|---|---|
committer | Jason Helfman <jgh@FreeBSD.org> | 2013-09-20 06:23:33 +0000 |
commit | c184a462da44d2b2df49ab4b22b23538fdcc8293 (patch) | |
tree | e1eb374b53aac448982f6ab3d17cef3c8e3fea34 /benchmarks/iozone/files/patch-libbif.c | |
parent | cacc8b9757d24e871a9a325beb65ab8963c5763b (diff) | |
download | ports-c184a462da44d2b2df49ab4b22b23538fdcc8293.tar.gz ports-c184a462da44d2b2df49ab4b22b23538fdcc8293.zip |
Notes
Diffstat (limited to 'benchmarks/iozone/files/patch-libbif.c')
-rw-r--r-- | benchmarks/iozone/files/patch-libbif.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/benchmarks/iozone/files/patch-libbif.c b/benchmarks/iozone/files/patch-libbif.c index 9baf918fff6f..b4bdee65849c 100644 --- a/benchmarks/iozone/files/patch-libbif.c +++ b/benchmarks/iozone/files/patch-libbif.c @@ -4,8 +4,8 @@ #include <string.h> #endif --#if defined(linux) || defined(__DragonFly__) || defined(macosx) -+#if defined(linux) || defined(__DragonFly__) || defined(macosx) || defined(__FreeBSD__) +-#if defined(linux) || defined(__DragonFly__) || defined(IOZ_macosx) ++#if defined(linux) || defined(__DragonFly__) || defined(IOZ_macosx) || defined(__FreeBSD__) #include <unistd.h> #include <stdlib.h> #endif |