diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 2000-05-19 08:34:13 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 2000-05-19 08:34:13 +0000 |
commit | 1e508f2672cb036a23ec93a8657e6335293f73bc (patch) | |
tree | 9c9ac3696ba6276ea4d8087f838413c2f5d6ae96 /graphics/netpbm/files/patch-bk | |
parent | Update to 1.16 (diff) |
Update to 9.1
PR: 18437
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Notes
Notes:
svn path=/head/; revision=28593
Diffstat (limited to 'graphics/netpbm/files/patch-bk')
-rw-r--r-- | graphics/netpbm/files/patch-bk | 26 |
1 files changed, 17 insertions, 9 deletions
diff --git a/graphics/netpbm/files/patch-bk b/graphics/netpbm/files/patch-bk index ee96595bbca3..1898c58c30cb 100644 --- a/graphics/netpbm/files/patch-bk +++ b/graphics/netpbm/files/patch-bk @@ -1,9 +1,19 @@ ---- pbm/libpbm1.c.orig Tue Apr 4 02:32:49 2000 -+++ pbm/libpbm1.c Sat Apr 15 08:00:00 2000 -@@ -141,17 +141,6 @@ - } - +--- pbm/libpbm1.c.orig Sat May 6 16:33:57 2000 ++++ pbm/libpbm1.c Mon May 8 00:00:00 2000 +@@ -14,7 +14,6 @@ + #include "version.h" + #include "../compile.h" + #include "libpbm.h" +-#include "shhopt.h" + #if __STDC__ + #include <stdarg.h> +@@ -141,17 +140,6 @@ + } + return 1; + } +- +- -/* Wrapper for Shhopt, to get it into the shared library */ - -void @@ -13,8 +23,6 @@ - optParseOptions(argc, argv, opt, allowNegNum); - -} -- -- - /* Log base two hacks. */ - int + + /* Log base two hacks. */ |