diff options
Diffstat (limited to 'devel/prcs')
-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) + { |