Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: othersrc/usr.bin/tnftp/libnetbsd



Module Name:    othersrc
Committed By:   lukem
Date:           Mon May 16 06:55:49 UTC 2005

Modified Files:
        othersrc/usr.bin/tnftp/libnetbsd: strlcat.c

Log Message:
Sync to src/lib/libc/string/strlcat.c 1.16.
Notable changes:
* Fix comment about return value.
* Reverse the order of two loop invariant to make 'strlcat(0, "foo", 0)'
  not get a SEGV
* Use Todd C. Miller's latest copyright notice (more loose).


To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 othersrc/usr.bin/tnftp/libnetbsd/strlcat.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index