]> git.ipfire.org Git - thirdparty/util-linux.git/commit
wdctl: remove duplicate include of <unistd.h>
authorPatrick Steinhardt <ps@pks.im>
Thu, 15 Aug 2019 12:03:23 +0000 (14:03 +0200)
committerKarel Zak <kzak@redhat.com>
Mon, 19 Aug 2019 13:00:35 +0000 (15:00 +0200)
commitcdd2d60e56ad2ef103ba6fa46bc6276d52c65f10
tree99e8df273e7d224164e1d0e5616dca4c0cfcb803
parent042057d8029dde27cc465d573731579f50c89eee
wdctl: remove duplicate include of <unistd.h>

The <unistd.h> header is included twice in "wdctl.c". Remove one
of these includes to keep "make checkincludes" happy.

Signed-off-by: Patrick Steinhardt <ps@pks.im>
sys-utils/wdctl.c