]> git.ipfire.org Git - thirdparty/util-linux.git/commit
chsh: fix gcc link() warn_unused_result warning
authorKarel Zak <kzak@redhat.com>
Thu, 17 Feb 2011 11:00:36 +0000 (12:00 +0100)
committerKarel Zak <kzak@redhat.com>
Thu, 17 Feb 2011 11:00:36 +0000 (12:00 +0100)
commitd73fd391763e82cb25e9958b3252167ddd7a3c47
tree93021f806c8cc229485cccdcd5da870f58ec1a36
parentf1c2eaac535bd9172a35ce39b6d8f392321f274d
chsh: fix gcc link() warn_unused_result warning

setpwnam.c:176:9: warning: ignoring return value of ‘link’, declared with attribute warn_unused_result

Signed-off-by: Karel Zak <kzak@redhat.com>
login-utils/setpwnam.c