summaryrefslogtreecommitdiff
path: root/devel/prcs
diff options
context:
space:
mode:
authortv <tv>1998-12-30 20:51:19 +0000
committertv <tv>1998-12-30 20:51:19 +0000
commit83cfb0612c3135316797d169edafb66cb14a8e83 (patch)
tree25342506df87b4146c8f77fe5402abb3940f4dae /devel/prcs
parent183fb72e45736247ae7582dbbb83a4d20bb794bb (diff)
downloadpkgsrc-83cfb0612c3135316797d169edafb66cb14a8e83.tar.gz
Ditto as for patch-ab.
Diffstat (limited to 'devel/prcs')
-rw-r--r--devel/prcs/patches/patch-ac13
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)
+ {