summaryrefslogtreecommitdiff
path: root/graphics/netpbm/patches/patch-ad
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2005-06-30 14:55:13 +0000
committeradam <adam@pkgsrc.org>2005-06-30 14:55:13 +0000
commite8d8220c0668d424b6960db2837167fb74aef5e3 (patch)
treeac1614ab55200fb58fd684d53e2c6d515f3450b5 /graphics/netpbm/patches/patch-ad
parent0fbfcc07a35495a4a68f1a2bea87dbafe9263230 (diff)
downloadpkgsrc-e8d8220c0668d424b6960db2837167fb74aef5e3.tar.gz
Changes 10.26.11:
* Fixed memory problem in pamcomp Changes 10.26.10: * Fixed: jpeg2ktopam, rle_open: ppmtompeg
Diffstat (limited to 'graphics/netpbm/patches/patch-ad')
-rw-r--r--graphics/netpbm/patches/patch-ad12
1 files changed, 0 insertions, 12 deletions
diff --git a/graphics/netpbm/patches/patch-ad b/graphics/netpbm/patches/patch-ad
deleted file mode 100644
index c1c469f41a6..00000000000
--- a/graphics/netpbm/patches/patch-ad
+++ /dev/null
@@ -1,12 +0,0 @@
-$NetBSD: patch-ad,v 1.16 2005/05/24 07:53:54 adam Exp $
-
---- urt/rle_open_f.c.orig 2005-05-24 09:41:44.000000000 +0000
-+++ urt/rle_open_f.c
-@@ -35,7 +35,6 @@ my_popen(const char * const cmd,
- int thepid = 0;
- int pipefd[2];
- int i;
-- extern int errno;
-
- /* Check args. */
- if ( *mode != 'r' && *mode != 'w' )