summaryrefslogtreecommitdiffstats
path: root/include/pathnames.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 /include/pathnames.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 'include/pathnames.h')
-rw-r--r--include/pathnames.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/pathnames.h b/include/pathnames.h
index efbd6a65c..ab21bd785 100644
--- a/include/pathnames.h
+++ b/include/pathnames.h
@@ -100,6 +100,8 @@
# endif
#endif
+#define _PATH_MNTTAB_DIR _PATH_MNTTAB ".d"
+
#define _PATH_MOUNTED_LOCK _PATH_MOUNTED "~"
#define _PATH_MOUNTED_TMP _PATH_MOUNTED ".tmp"