summaryrefslogtreecommitdiffstats
path: root/shlibs/mount/src/mountP.h
diff options
context:
space:
mode:
authorKarel Zak2010-06-23 10:18:43 +0200
committerKarel Zak2011-01-03 12:28:39 +0100
commit9826a63737086a8c28353de878b4bf3e1d5caa2b (patch)
tree10259a4d2b7ce27547a8370977ac14984469aa93 /shlibs/mount/src/mountP.h
parentlib: add wrappers for "at" functions (diff)
downloadkernel-qcow2-util-linux-9826a63737086a8c28353de878b4bf3e1d5caa2b.tar.gz
kernel-qcow2-util-linux-9826a63737086a8c28353de878b4bf3e1d5caa2b.tar.xz
kernel-qcow2-util-linux-9826a63737086a8c28353de878b4bf3e1d5caa2b.zip
libmount: add /etc/fstab.d support
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'shlibs/mount/src/mountP.h')
-rw-r--r--shlibs/mount/src/mountP.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/shlibs/mount/src/mountP.h b/shlibs/mount/src/mountP.h
index c804b5de4..d217e3da3 100644
--- a/shlibs/mount/src/mountP.h
+++ b/shlibs/mount/src/mountP.h
@@ -47,6 +47,9 @@ extern int libmount_debug_mask;
#define DBG(m,x)
#endif
+/* extension for files in the /etc/fstab.d directory */
+#define MNT_MNTTABDIR_EXT ".fstab"
+
#ifdef TEST_PROGRAM
struct mtest {
const char *name;