From 14b613f3a90e89217f518fcc56769db5ab0fab0f Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Thu, 2 Jul 2009 09:50:26 +0200 Subject: include: fix _PATH_DEV Signed-off-by: Karel Zak --- include/pathnames.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/pathnames.h') 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" -- cgit v1.2.3-55-g7522