Commit e4a3cd42ac25523ff21fa076f6d62e3e0ac31980

Jim Meyering 2009-01-16T12:09:48

strerror: avoid warnings about discarding "const" * lib/strerror.c (rpl_strerror): Instead of returning a const string from each and every "case", use a variable, and add a single cast after the switch.