From a586bad8609ab556e7e27c09c2dfe30feb39d786 Mon Sep 17 00:00:00 2001 From: bebbo Date: Wed, 11 Aug 2021 14:35:09 +0200 Subject: [PATCH] patch debug_protos.h --- .../include_h/clib/debug_protos.h.diff | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 patches/NDK_3.9/Include/include_h/clib/debug_protos.h.diff diff --git a/patches/NDK_3.9/Include/include_h/clib/debug_protos.h.diff b/patches/NDK_3.9/Include/include_h/clib/debug_protos.h.diff new file mode 100644 index 0000000..38a9f41 --- /dev/null +++ b/patches/NDK_3.9/Include/include_h/clib/debug_protos.h.diff @@ -0,0 +1,22 @@ +--- NDK_3.9/Include/include_h/clib/debug_protos.h 2001-12-17 15:18:00.000000000 +0100 ++++ NDK_3.9/Include/include_h/clib/debug_protos.h 2021-08-11 14:21:11.908276836 +0200 +@@ -29,8 +29,8 @@ + LONG kgetnum( VOID ); + LONG KMayGetChar( VOID ); + LONG KMayGetCh( VOID ); +-VOID KPutFmt( CONST_STRPTR formatString, CONST APTR values ); +-VOID KVPrintF( CONST_STRPTR formatString, CONST APTR values ); ++VOID KPutFmt( CONST_STRPTR formatString, CONST_APTR values ); ++VOID KVPrintF( CONST_STRPTR formatString, CONST_APTR values ); + VOID KPrintF( CONST_STRPTR formatString, ... ); + VOID kprintf( CONST_STRPTR formatString, ... ); + VOID KPutChar( LONG ch ); +@@ -41,7 +41,7 @@ + VOID KPutStr( CONST_STRPTR string ); + VOID kputs( CONST_STRPTR string ); + VOID KPutS( CONST_STRPTR string ); +-VOID KDoFmt( CONST_STRPTR formatString, CONST APTR dataStream, CONST APTR putChProc, APTR putChData ); ++VOID KDoFmt( CONST_STRPTR formatString, CONST_APTR dataStream, CONST_APTR putChProc, APTR putChData ); + + #ifdef __cplusplus + }