Date: Wed, 21 Jul 2004 17:02:36 +0000 (UTC) From: Warner Losh <imp@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/pwd_mkdb pwd_mkdb.c Message-ID: <200407211702.i6LH2aD4062961@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200407211702.i6LH2aD4062961>
