Subject: Error found in current src/gnu/usr.bin/ld/rrs.c
To: None <macbsd-development@NetBSD.ORG>
From: Bob Deblier <bob@pimc.be>
List: macbsd-development
Date: 08/04/1995 16:20:59
At line 915 thru 917:

        rrs_sdt.sdt_paths = rrs_search_paths
                                ? rrs_sdt.sdt_strings + rrs_strtab_size
                                : 0;

Apparently there is no such member in the structure.

Bob Deblier