From ea3d0a3ffa19cc47a26ae29bbd4931905a9c31c1 Mon Sep 17 00:00:00 2001 From: cjep Date: Thu, 1 Jan 2004 03:34:49 +0000 Subject: Add patches for previous update --- emulators/hatari/patches/patch-aa | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 emulators/hatari/patches/patch-aa (limited to 'emulators/hatari') diff --git a/emulators/hatari/patches/patch-aa b/emulators/hatari/patches/patch-aa new file mode 100644 index 00000000000..77848afd888 --- /dev/null +++ b/emulators/hatari/patches/patch-aa @@ -0,0 +1,19 @@ +$NetBSD: patch-aa,v 1.1 2004/01/01 03:34:49 cjep Exp $ + +--- includes/unzip.h.orig 2003-03-30 14:39:27.000000000 +0100 ++++ includes/unzip.h +@@ -49,6 +49,14 @@ + #ifndef _unz_H + #define _unz_H + ++#ifndef OF /* function prototypes */ ++# ifdef STDC ++# define OF(args) args ++# else ++# define OF(args) () ++# endif ++#endif ++ + #ifdef __cplusplus + extern "C" { + #endif -- cgit v1.2.3