summaryrefslogtreecommitdiff
path: root/devel/spiff/patches/patch-ab
blob: 6f074cce8eba5ea2d697b22b06167f50cab340f9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
$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();