]> git.cameronkatri.com Git - pw-darwin.git/commit
Remove unused includes. Make it WARNS=6 friendly. Concerning bin/2442, make
authorPhilippe Charnier <charnier@FreeBSD.org>
Sun, 18 Jan 2004 21:46:39 +0000 (21:46 +0000)
committerPhilippe Charnier <charnier@FreeBSD.org>
Sun, 18 Jan 2004 21:46:39 +0000 (21:46 +0000)
commit73461538c2a564f3992725609929618b698e9701
treeaec4e4cec78802852b4e042295d2c69dc8a9384d
parentcae6d992ea1343a8e952c86544cb57eb32a1788d
Remove unused includes. Make it WARNS=6 friendly. Concerning bin/2442, make
a new function dup_shell() to replace ok_shell() and make it unconditionnally
strdup() its result to make the caller's code simplier. Change ok_shell() to
just return an integer value suitable for tests (it was used mainly for that
purpose). Do not use strdup() in the caller's code but rely on dup_shell()
that will do the job for us.

PR: bin/2442
chpass/chpass.c
chpass/chpass.h
chpass/field.c
chpass/util.c