summaryrefslogtreecommitdiff
path: root/games/iso-pernangband/patches/patch-af
blob: 271bf72a2d1880f031eaac6569cc17ab5db1cc75 (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
30
31
$NetBSD: patch-af,v 1.1 2003/12/20 19:52:59 ben Exp $

--- h-system.h.orig	2001-05-20 07:01:06.000000000 -0700
+++ h-system.h
@@ -106,15 +106,6 @@
 # include <string.h>
 #else
 # include <strings.h>
-# ifndef strstr
-extern char *strstr();
-# endif
-# ifndef strchr
-extern char *strchr();
-# endif
-# ifndef strrchr
-extern char *strrchr();
-# endif
 #endif
 
 #else
@@ -125,10 +116,6 @@ extern char *strrchr();
 
 
 
-#if !defined(linux) && !defined(__MWERKS__) && !defined(ACORN)
-extern long atol();
-#endif
-
 
 #include <stdarg.h>