mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-27 22:11:24 -04:00
23 lines
631 B
Plaintext
23 lines
631 B
Plaintext
$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.
|