mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-23 03:33:34 -04:00
16 lines
283 B
Plaintext
16 lines
283 B
Plaintext
$NetBSD: patch-ac,v 1.4 2007/03/24 20:10:08 adam Exp $
|
|
|
|
--- zip/unzip.c.orig 2005-08-14 15:49:35.000000000 +0200
|
|
+++ zip/unzip.c
|
|
@@ -15,6 +15,10 @@
|
|
|
|
#include "zunzip.h"
|
|
|
|
+#ifndef OF
|
|
+# define OF(args) args
|
|
+#endif
|
|
+
|
|
#ifdef STDC
|
|
# include <stddef.h>
|
|
# include <string.h>
|