tree-wide: remove Emacs lines from all files This should be handled fine now by .dir-locals.el, so need to carry that stuff in every file.
basic: include only what we use This is a cleaned up result of running iwyu but without forward declarations on src/basic.
basic: fix build on architectures with small long The x32 architecture has a small "long" type which is not enough to hold struct statfs.f_type.
mount-util: move fstype_is_network() and name_to_handle_at() definitions over
stat-util.h: move F_TYPE_EQUAL() macro definition to stat-util.h
util-lib: split stat()/statfs()/stavfs() related calls into stat-util.[ch]