From 10ee593293a167c3977e59ebe6a6f7d6c7288ab4 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Mon, 30 May 2011 16:37:31 +0200 Subject: lib: [loopdev.c] add module for work loop devices Signed-off-by: Karel Zak --- include/pathnames.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/pathnames.h') diff --git a/include/pathnames.h b/include/pathnames.h index 1ab0bcda6..e6e8e77f3 100644 --- a/include/pathnames.h +++ b/include/pathnames.h @@ -111,6 +111,9 @@ #define _PATH_MOUNTED_TMP _PATH_MOUNTED ".tmp" #ifndef _PATH_DEV + /* + * The tailing '/' in _PATH_DEV is there for compatibility with libc. + */ # define _PATH_DEV "/dev/" #endif -- cgit v1.2.3-55-g7522