diff options
author | adam <adam@pkgsrc.org> | 2005-06-30 14:55:13 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2005-06-30 14:55:13 +0000 |
commit | e8d8220c0668d424b6960db2837167fb74aef5e3 (patch) | |
tree | ac1614ab55200fb58fd684d53e2c6d515f3450b5 /graphics/netpbm/patches/patch-ad | |
parent | 0fbfcc07a35495a4a68f1a2bea87dbafe9263230 (diff) | |
download | pkgsrc-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-ad | 12 |
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' ) |