]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Two style related changes:
authorWarner Losh <imp@FreeBSD.org>
Wed, 21 Jul 2004 17:02:36 +0000 (17:02 +0000)
committerWarner Losh <imp@FreeBSD.org>
Wed, 21 Jul 2004 17:02:36 +0000 (17:02 +0000)
commit24412bd1af48e8ebf148d43a46dc42897655c40c
treea2fb8d00a75e0504078b301696a2e8421dacb510
parent46e38ce8263b820773d315327c222009c20aa7b7
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).
usr.sbin/pwd_mkdb/pwd_mkdb.c