summaryrefslogtreecommitdiffstats
path: root/libmount/src/tab_parse.c
diff options
context:
space:
mode:
authorRuediger Meier2016-02-29 12:49:13 +0100
committerKarel Zak2016-03-07 15:36:00 +0100
commit1a048dc5e2c463f2eaf1b8975983185fee080b37 (patch)
tree56be241832a0478709d7451a38041bacc2c14609 /libmount/src/tab_parse.c
parentlib: remove openat fallback functions (include/at.h) (diff)
downloadkernel-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/tab_parse.c')
-rw-r--r--libmount/src/tab_parse.c2
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"