summaryrefslogtreecommitdiffstats
path: root/include/pathnames.h
diff options
context:
space:
mode:
authorKarel Zak2009-02-06 22:23:13 +0100
committerKarel Zak2009-02-06 22:23:13 +0100
commit525dd3163586a47f2c91abb749d436b5cf4f7dd9 (patch)
tree610559e2b2502e83c8c63cb6b049069629c578fd /include/pathnames.h
parentagetty: check for termios.c_line struct member by autoconf (diff)
downloadkernel-qcow2-util-linux-525dd3163586a47f2c91abb749d436b5cf4f7dd9.tar.gz
kernel-qcow2-util-linux-525dd3163586a47f2c91abb749d436b5cf4f7dd9.tar.xz
kernel-qcow2-util-linux-525dd3163586a47f2c91abb749d436b5cf4f7dd9.zip
fdisk: cleanup _PATH_DEV_* macros
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 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 */