diff options
author | Ruediger Meier | 2016-02-29 12:49:13 +0100 |
---|---|---|
committer | Karel Zak | 2016-03-07 15:36:00 +0100 |
commit | 1a048dc5e2c463f2eaf1b8975983185fee080b37 (patch) | |
tree | 56be241832a0478709d7451a38041bacc2c14609 /libmount/src | |
parent | lib: remove openat fallback functions (include/at.h) (diff) | |
download | kernel-qcow2-util-linux-1a048dc5e2c463f2eaf1b8975983185fee080b37.tar.gz kernel-qcow2-util-linux-1a048dc5e2c463f2eaf1b8975983185fee080b37.tar.xz kernel-qcow2-util-linux-1a048dc5e2c463f2eaf1b8975983185fee080b37.zip |
lib: move fopen_at() to fileutils.h, remove at.h
Signed-off-by: Ruediger Meier <ruediger.meier@ga-group.nl>
Diffstat (limited to 'libmount/src')
-rw-r--r-- | libmount/src/tab_parse.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libmount/src/tab_parse.c b/libmount/src/tab_parse.c index 9536ebe6b..cee700816 100644 --- a/libmount/src/tab_parse.c +++ b/libmount/src/tab_parse.c @@ -17,7 +17,7 @@ #include <fcntl.h> #include <sys/stat.h> -#include "at.h" +#include "fileutils.h" #include "mangle.h" #include "mountP.h" #include "pathnames.h" |