]> git.ipfire.org Git - thirdparty/util-linux.git/commit - configure.ac
build-sys: don't check for swapon() number of arguments
authorKarel Zak <kzak@redhat.com>
Mon, 18 Dec 2017 12:57:20 +0000 (13:57 +0100)
committerKarel Zak <kzak@redhat.com>
Mon, 18 Dec 2017 12:57:20 +0000 (13:57 +0100)
commitcf9b16f1d408faa63009667329431f7969303220
treec85844bf8c0e40713d49a73534bd8da389b6696f
parent10211619dc67ce28a420d8155c840d0b6d11577f
build-sys: don't check for swapon() number of arguments

The syscall swapon() with two arguments is supported since Linux 1.3.2
and it's really long time ago... Let's assume that all libc header files
have been already fixed.

Signed-off-by: Karel Zak <kzak@redhat.com>
configure.ac
sys-utils/swapoff.c
sys-utils/swapon.c