Whamcloud - gitweb
e2fsck: drop use of sysctl(2)
authorTheodore Ts'o <tytso@mit.edu>
Fri, 29 Jan 2021 06:03:36 +0000 (01:03 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Fri, 29 Jan 2021 06:10:29 +0000 (01:10 -0500)
commit35b67cab5c3ea4b7f32a6f516f058fe944aa9f4e
tree40e5a2752f43f6425942c0d192d545bb638a514e
parent3fb16e742420bf0a5bf9f4e0937b1336245a1011
e2fsck: drop use of sysctl(2)

Remove the use of the binary interface using the sysctl(2) system call
since sys/sysctl.h has been deprecated.  We can find the total memory
available in the system using the POSIX standard sysconf(2) interface.

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
configure
configure.ac
e2fsck/util.c