Re: svn commit: r300741 - head/usr.bin/ar

2016-05-26 Thread Ed Maste
On 26 May 2016 at 09:49, Ed Schouten wrote: > This change is similar to the one made to the > ELF Toolchain version of ar, with the difference that the ELF Toolchain > version lacks error handling for the strdup() call. As an aside, I plan to migrate to the ELF Tool Chain version of brandel

svn commit: r300741 - head/usr.bin/ar

2016-05-26 Thread Ed Schouten
Author: ed Date: Thu May 26 13:49:40 2016 New Revision: 300741 URL: https://svnweb.freebsd.org/changeset/base/300741 Log: Make code compile when basename() is POSIX compliant. In addition to the previous change I made to ar.c, pull in another basename() related fix. This change is similar