Subject: CVS commit: basesrc/libexec/rshd
To: None <source-changes@netbsd.org>
From: Martin J. Laubach <mjl@netbsd.org>
List: source-changes
Date: 03/19/2002 01:59:58
Module Name:	basesrc
Committed By:	mjl
Date:		Mon Mar 18 23:59:58 UTC 2002

Modified Files:
	basesrc/libexec/rshd: rshd.c

Log Message:
ANSIfy.
Lose \n from syslog messages.
strncpy() -> strlcpy().
Correct last arg to execl (NULL, not 0).
(From OpenBSD)


To generate a diff of this commit:
cvs rdiff -r1.24 -r1.25 basesrc/libexec/rshd/rshd.c

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