]> git.apps.os.sepia.ceph.com Git - xfsprogs-dev.git/commit
Remove several implicit function declarations origin/for-next_2023-03-01 origin/for-next_2023-03-14
authorArjun Shankar <arjun@redhat.com>
Wed, 8 Feb 2023 14:34:16 +0000 (15:34 +0100)
committerCarlos Maiolino <cem@kernel.org>
Fri, 24 Feb 2023 14:08:44 +0000 (15:08 +0100)
commitd6642ab8cc934d9de12de631f5b0b3098022eb02
tree6ea2bc6cc751832b9faba81ed15009637ad177f2
parenta0d79cb37a36f44507038100f7ea1d8706e02f63
Remove several implicit function declarations

During configure, several ioctl checks omit the corresponding include
and a pwritev2 check uses the wrong feature test macro.
This commit fixes the same.

Signed-off-by: Arjun Shankar <arjun@redhat.com>
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
Signed-off-by: Carlos Maiolino <cem@kernel.org>
m4/package_libcdev.m4