blob: dc29af80fdc76894e1a5d30e62c2665264bfaa6e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
--- iozone.c.orig 2015-10-20 14:12:13 UTC
+++ iozone.c
@@ -360,6 +360,7 @@ typedef off_t off64_t;
#ifndef SCO_Unixware_gcc
#ifndef UWIN
#ifndef __DragonFly__
+#ifndef __FreeBSD__
typedef long long off64_t;
#endif
#endif
@@ -369,6 +370,7 @@ typedef long long off64_t;
#endif
#endif
#endif
+#endif
#ifdef __AIX__
#include <fcntl.h>
@@ -23009,7 +23011,7 @@ char *shell;
#ifdef _HPUX_SOURCE
strcpy(shell,"remsh");
#else
- strcpy(shell,"rsh");
+ strcpy(shell,"ssh");
#endif
return;
}
|