Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Hubert Feyrer <hubertf@netbsd.org>
List: source-changes
Date: 12/08/1999 10:12:18
Module Name: basesrc
Committed By: hubertf
Date: Wed Dec 8 18:12:18 UTC 1999
Modified Files:
basesrc/usr.sbin/user: user.c
Log Message:
- Only use strlcpy() on systems that have it, i.e. >=1.4K. This makes
this working again on 1.4 systems.
- Revert last change to argument passing which broke "user del",
"user mod", ...
To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 basesrc/usr.sbin/user/user.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.