cvs commit: src/usr.sbin/pwd_mkdb pwd_mkdb.c
Warner Losh
imp at FreeBSD.org
Wed Jul 21 10:02:37 PDT 2004
imp 2004-07-21 17:02:36 UTC
FreeBSD src repository
Modified files:
usr.sbin/pwd_mkdb pwd_mkdb.c
Log:
Two style related changes:
(1) use strlcpy instead of strncpy since the use here of the latter
was incorrect.
(2) Move 'N' case into proper sorted order (sorted the same way that
ls sorts its args).
Revision Changes Path
1.44 +5 -5 src/usr.sbin/pwd_mkdb/pwd_mkdb.c
More information about the cvs-all
mailing list