Files
pkgsrc-ng/devel/spiff/patches/patch-ab
2013-09-26 17:14:40 +02:00

30 lines
635 B
Plaintext

$NetBSD: patch-ab,v 1.4 2008/07/09 05:02:06 bjs Exp $
--- misc.h.orig 1998-09-23 14:07:19.000000000 -0400
+++ misc.h
@@ -8,6 +8,11 @@
#ifndef Z_INCLUDED
+#include <sys/param.h>
+#include <stdio.h>
+#include <stdlib.h>
+#include <string.h>
+
/*
** make sure that if we have a XENIX system, that
** we also treat it as an AT and T derivative
@@ -36,12 +41,6 @@ extern int *_Z_myalloc();
/*
** lines needed to shut up lint
*/
-extern char *sprintf();
-extern char *strcat();
-extern char *strncat();
-extern char *strcpy();
-extern char *strncpy();
-extern char *malloc();
extern void Z_complain();
extern void Z_fatal();