summaryrefslogtreecommitdiff
path: root/graphics/netpbm/patches/patch-ad
blob: d616d7089068a82c21ab5587960d4a576b660591 (plain)
1
2
3
4
5
6
7
8
9
10
--- 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