a86772bcd6
PPF (PlayStation Patch File) is a tool dedicated to all PlayStation coders and developers out there who are creating PAL/NTSC patches, trainer options and even cracks for your favourite console system. With the files in the PPF package you are in the position to make patchfiles similar to IPS on SuperNES.
22 lines
633 B
Text
22 lines
633 B
Text
$NetBSD: patch-aa,v 1.1.1.1 2007/03/18 19:56:27 wiz Exp $
|
|
|
|
--- applyppf3_linux.c.orig 2001-11-26 16:48:30.000000000 +0000
|
|
+++ applyppf3_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.
|