]> git.pld-linux.org Git - packages/iozone.git/commitdiff
- updated for 3.140.
authorkloczek <kloczek@pld-linux.org>
Sat, 9 Nov 2002 01:31:36 +0000 (01:31 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    iozone-ppc.patch -> 1.2

iozone-ppc.patch

index 08b311a996a074a0eda308cfcecc2947c38a0c92..c034788e48b936e195046b3eb8f0ab1c56e6e0c0 100644 (file)
@@ -1,13 +1,12 @@
-diff -uNr iozone-3.109.orig/src/current/iozone.c iozone-3.109/src/current/iozone.c
---- iozone-3.109.orig/src/current/iozone.c     Thu Sep 26 17:11:25 2002
-+++ iozone-3.109/src/current/iozone.c  Thu Sep 26 17:23:15 2002
-@@ -216,6 +216,9 @@
+--- iozone-3.140/src/current/iozone.c~ Sat Nov  9 02:30:48 2002
++++ iozone-3.140/src/current/iozone.c  Sat Nov  9 02:30:48 2002
+@@ -221,6 +221,9 @@
    #define __USE_GNU
  #endif
  #include <fcntl.h>
 +#if defined (linux) && defined (__powerpc__)
 +#define O_DIRECT        0400000 /* direct disk access hint */
 +#endif
- #if !defined(__FreeBSD__) && !defined(__OpenBSD__)
+ #if !defined(__FreeBSD__) && !defined(__OpenBSD__) && !defined(__APPLE__)
  #include <malloc.h>
  #endif
This page took 0.107574 seconds and 4 git commands to generate.