summaryrefslogtreecommitdiffstats
path: root/include/pathnames.h
diff options
context:
space:
mode:
authorKarel Zak2009-07-02 09:50:26 +0200
committerKarel Zak2009-07-02 09:50:26 +0200
commit14b613f3a90e89217f518fcc56769db5ab0fab0f (patch)
tree78c5015a4202886a1d2f7cd178a9c0d66c29fcab /include/pathnames.h
parentuuidd: init /var/run/uuidd, add option for on-demand mode to .rc file (diff)
downloadkernel-qcow2-util-linux-14b613f3a90e89217f518fcc56769db5ab0fab0f.tar.gz
kernel-qcow2-util-linux-14b613f3a90e89217f518fcc56769db5ab0fab0f.tar.xz
kernel-qcow2-util-linux-14b613f3a90e89217f518fcc56769db5ab0fab0f.zip
include: fix _PATH_DEV
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'include/pathnames.h')
-rw-r--r--include/pathnames.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/pathnames.h b/include/pathnames.h
index 12170f9df..ead448e37 100644
--- a/include/pathnames.h
+++ b/include/pathnames.h
@@ -94,7 +94,7 @@
#define _PATH_MOUNTED_TMP _PATH_MOUNTED ".tmp"
#ifndef _PATH_DEV
-# define _PATH_DEV "/dev"
+# define _PATH_DEV "/dev/"
#endif
#define _PATH_DEV_LOOP "/dev/loop"