From: Ruediger Meier <ruediger.meier@xxxxxxxxxxx> This is github pull request #293: https://github.com/karelzak/util-linux/pull/293 Ruediger Meier (4): lib: remove openat fallback functions (include/at.h) lib: move fopen_at() to fileutils.h, remove at.h fdisk: remove unused include sysfs.h build-sys: add and use openat build conditionals configure.ac | 7 +- disk-utils/fdisk.c | 1 - disk-utils/partx.c | 3 +- include/Makemodule.am | 1 - include/at.h | 32 --------- include/fileutils.h | 12 ++++ lib/Makemodule.am | 21 +++--- lib/at.c | 144 ------------------------------------- lib/loopdev.c | 3 +- lib/procutils.c | 8 +-- lib/sysfs.c | 15 ++-- libblkid/src/devname.c | 3 +- libblkid/src/devno.c | 5 +- libmount/src/tab_parse.c | 11 +-- libsmartcols/samples/Makemodule.am | 4 +- misc-utils/lsblk.c | 11 +-- misc-utils/lslocks.c | 6 +- 17 files changed, 60 insertions(+), 227 deletions(-) delete mode 100644 include/at.h delete mode 100644 lib/at.c -- 1.8.4.5 -- To unsubscribe from this list: send the line "unsubscribe util-linux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html