Re: strlcat usage in realpath.c

2012-09-13 Thread Janne Johansson
You can md5 the object files to see that the output really is identical, obsd gcc will not stuff dates in the .o files. Den 13 sep 2012 14:35 skrev "Michal Mazurek" : > The following diff should produce an identical binary, but the code > makes more sense. Found with clang. > > Index: realpath.c >

strlcat usage in realpath.c

2012-09-13 Thread Michal Mazurek
The following diff should produce an identical binary, but the code makes more sense. Found with clang. Index: realpath.c === RCS file: /cvs/src/lib/libc/stdlib/realpath.c,v retrieving revision 1.14 diff -u -p -r1.14 realpath.c --- re