r843262 | jerenkrantz | 2002-09-19 08:45:34 +0000 (Thu, 19 Sep 2002)
* subversion/tests/libsvn_fs/fs-test.c (check_related): Fix compilation
error due to struct assignment with Sun/Forte cc compiler by deconstifying
the rev item in path_rev_t.
The exact error message is:
"subversion/tests/libsvn_fs/fs-test.c", line 5170: left operand must be modifiable lvalue: op "="
"subversion/tests/libsvn_fs/fs-test.c", line 5171: left operand must be modifiable lvalue: op "="
Patch by: D. J. Hagberg <dj.hagberg@sun.com>
(Tweaked by me.)