diff options
author | tv <tv@pkgsrc.org> | 1998-12-30 20:51:19 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 1998-12-30 20:51:19 +0000 |
commit | 403370cf8ffde4520747d84317b557dbbf31229e (patch) | |
tree | 25342506df87b4146c8f77fe5402abb3940f4dae /devel | |
parent | d8e58a859b219428cf30d7c4de78699dd1bea83d (diff) | |
download | pkgsrc-403370cf8ffde4520747d84317b557dbbf31229e.tar.gz |
Ditto as for patch-ab.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/prcs/patches/patch-ac | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/devel/prcs/patches/patch-ac b/devel/prcs/patches/patch-ac new file mode 100644 index 00000000000..b60c7d18fdd --- /dev/null +++ b/devel/prcs/patches/patch-ac @@ -0,0 +1,13 @@ +$NetBSD: patch-ac,v 1.1 1998/12/30 20:51:19 tv Exp $ + +--- src/projdesc.cc.orig Wed Dec 30 15:52:28 1998 ++++ src/projdesc.cc Wed Dec 30 15:52:37 1998 +@@ -1600,7 +1600,7 @@ + return true; + } + +-extern int hash(const char*& s, int M); ++extern int hash(const char*const& s, int M); + + int attrs_hash(const PrcsAttrs*const & s, int M) + { |