blob: 439ab2b130fadd43d2261afcc87ada41129f22dc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
$NetBSD: patch-aa,v 1.1.1.1 2007/03/18 20:01:28 wiz Exp $
--- makeppf3_linux.c.orig 2001-11-26 16:48:30.000000000 +0000
+++ makeppf3_linux.c
@@ -20,7 +20,7 @@
#include <sys/types.h>
#include <sys/stat.h>
-#if defined(__APPLE__) || defined (MACOSX)
+#if !defined(__linux__)
//////////////////////////////////////////////////////////////////////
// fseeko is already 64 bit for Darwin/MacOS X!
@@ -40,7 +40,7 @@
typedef off_t __off64_t;
-#endif /* __APPLE__ || MACOSX */
+#endif /* __linux__ */
//////////////////////////////////////////////////////////////////////
// Macros for little to big Endian conversion.
|