From 525dd3163586a47f2c91abb749d436b5cf4f7dd9 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Fri, 6 Feb 2009 22:23:13 +0100 Subject: fdisk: cleanup _PATH_DEV_* macros Signed-off-by: Karel Zak --- include/pathnames.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/pathnames.h') diff --git a/include/pathnames.h b/include/pathnames.h index ad35bf91e..0060a756f 100644 --- a/include/pathnames.h +++ b/include/pathnames.h @@ -97,6 +97,8 @@ /* udev paths */ #define _PATH_DEV_BYLABEL "/dev/disk/by-label" #define _PATH_DEV_BYUUID "/dev/disk/by-uuid" +#define _PATH_DEV_BYID "/dev/disk/by-id" +#define _PATH_DEV_BYPATH "/dev/disk/by-path" #endif /* PATHNAMES_H */ -- cgit v1.2.3-55-g7522