1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/devel/prcs/files/patch-ae

12 lines
283 B
Plaintext

--- src/projdesc.cc.orig Sun Feb 27 12:58:40 2000
+++ src/projdesc.cc Sun Feb 27 12:58:13 2000
@@ -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)
{