summaryrefslogtreecommitdiffstats
path: root/utils/include/pathnames.h
diff options
context:
space:
mode:
authorManuel Bentele2020-09-10 10:58:51 +0200
committerManuel Bentele2020-09-16 07:37:56 +0200
commitde77f01a0985432617ee21ad41ec39fecf55fec8 (patch)
treeec29220b7e5bd167ef3da44c515aea49b566d79d /utils/include/pathnames.h
parentRenamed files from loop to xloop and generate package only in Release mode (diff)
downloadxloop-de77f01a0985432617ee21ad41ec39fecf55fec8.tar.gz
xloop-de77f01a0985432617ee21ad41ec39fecf55fec8.tar.xz
xloop-de77f01a0985432617ee21ad41ec39fecf55fec8.zip
Fixed major number of xloop device and device names in xlosetup
Diffstat (limited to 'utils/include/pathnames.h')
-rw-r--r--utils/include/pathnames.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/include/pathnames.h b/utils/include/pathnames.h
index 8f62337..8f1bb56 100644
--- a/utils/include/pathnames.h
+++ b/utils/include/pathnames.h
@@ -144,8 +144,8 @@
#define _PATH_DEV_MEM "/dev/mem"
-#define _PATH_DEV_LOOP "/dev/loop"
-#define _PATH_DEV_LOOPCTL "/dev/loop-control"
+#define _PATH_DEV_LOOP "/dev/xloop"
+#define _PATH_DEV_LOOPCTL "/dev/xloop-control"
/* udev paths */
#define _PATH_DEV_BYLABEL "/dev/disk/by-label"