Module Name: src Committed By: uebayasi Date: Mon Apr 14 05:39:19 UTC 2014
Modified Files: src/sys/kern: kern_exec.c Log Message: copyinargs: Replace a hand-written string copy loop with strlcpy(3). Carefully reuse return value of strlcpy(3) to iterate. To generate a diff of this commit: cvs rdiff -u -r1.393 -r1.394 src/sys/kern/kern_exec.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.