diff options
author | elric <elric@pkgsrc.org> | 2000-04-20 20:17:02 +0000 |
---|---|---|
committer | elric <elric@pkgsrc.org> | 2000-04-20 20:17:02 +0000 |
commit | 56d7d376028e578d52a46b5ecb6e4df71e4719e6 (patch) | |
tree | 4bf50f91924c61b6fc8ee9bc37476f952f75dd3d /devel | |
parent | fc7add1d9f80b192a403eb7516e04af17f081989 (diff) | |
download | pkgsrc-56d7d376028e578d52a46b5ecb6e4df71e4719e6.tar.gz |
Added a patch to address pkg/9941.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/cscope/files/patch-sum | 3 | ||||
-rw-r--r-- | devel/cscope/patches/patch-ac | 10 |
2 files changed, 12 insertions, 1 deletions
diff --git a/devel/cscope/files/patch-sum b/devel/cscope/files/patch-sum index 722491f72f2..7e8570f859e 100644 --- a/devel/cscope/files/patch-sum +++ b/devel/cscope/files/patch-sum @@ -1,4 +1,5 @@ -$NetBSD: patch-sum,v 1.2 2000/04/20 07:06:29 itojun Exp $ +$NetBSD: patch-sum,v 1.3 2000/04/20 20:17:02 elric Exp $ MD5 (patch-aa) = 28a04474addea2add1d4dcba6051fd6c MD5 (patch-ab) = 0e72f5a165347ec7905048af27ec943b +MD5 (patch-ac) = 852f5f59a5240936cefa79e94dde6fd3 diff --git a/devel/cscope/patches/patch-ac b/devel/cscope/patches/patch-ac new file mode 100644 index 00000000000..fda15297780 --- /dev/null +++ b/devel/cscope/patches/patch-ac @@ -0,0 +1,10 @@ +--- common/display.c.orig Thu Apr 20 13:05:36 2000 ++++ common/display.c Thu Apr 20 13:06:32 2000 +@@ -515,7 +515,6 @@ + static long start; + long now; + char msg[MSGLEN + 1]; +- long time(); + + /* save the start time */ + if (searchcount == 0) { |