blob: b60c7d18fdd617485a07b4f5969d4e0d13d5183d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
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)
{
|