diff options
author | Anders Nordby <anders@FreeBSD.org> | 2002-04-22 23:50:51 +0000 |
---|---|---|
committer | Anders Nordby <anders@FreeBSD.org> | 2002-04-22 23:50:51 +0000 |
commit | 1d88d762d6a518fe85921d6e568eee21dcb9c5fc (patch) | |
tree | e1762fba877c82eaf24b2875ace0362913ded600 /devel/prcs/files/patch-ad | |
parent | revert change from this morning (diff) |
Update to 1.3.0.
Assign maintainership to submitter.
PR: 31644
Submitted by: Samuel Tardieu <sam@inf.enst.fr>
Approved by: maintainer
Notes
Notes:
svn path=/head/; revision=58017
Diffstat (limited to 'devel/prcs/files/patch-ad')
-rw-r--r-- | devel/prcs/files/patch-ad | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/prcs/files/patch-ad b/devel/prcs/files/patch-ad deleted file mode 100644 index 3838c4518fef..000000000000 --- a/devel/prcs/files/patch-ad +++ /dev/null @@ -1,11 +0,0 @@ ---- src/hash.cc.orig Sun Feb 27 12:51:56 2000 -+++ src/hash.cc Sun Feb 27 12:53:24 2000 -@@ -95,7 +95,7 @@ - return attrs_hash (x, M); - } - --int hash(const char*& s, int M) -+int hash(const char* const& s, int M) - /* a char* hash function from Aho, Sethi, and Ullman */ - { - const char *p; |