summaryrefslogtreecommitdiff
path: root/graphics/netpbm/patches/patch-ad
blob: e3b23ec86478225932b61c8e4392fac1d91d7ea1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
$NetBSD: patch-ad,v 1.6 1998/08/07 10:40:50 agc Exp $

--- pbmplus.h.orig	Sat Jun 20 03:42:19 1998
+++ pbmplus.h	Sat Jun 20 03:43:47 1998
@@ -121,2 +121,3 @@
 #endif
+#ifndef __NetBSD__
 extern int atoi();
@@ -125,2 +126,3 @@
 extern int write();
+#endif /* NetBSD */
 #endif