summaryrefslogtreecommitdiffstats
path: root/include/pathnames.h
diff options
context:
space:
mode:
authorJonathan Bauer2020-05-29 16:47:54 +0200
committerJonathan Bauer2020-05-29 16:47:54 +0200
commit4c8a6edbb554928b1d4cd1d4e8b54b750b095641 (patch)
tree209b8ac01838658665ea58a53009160491d0960a /include/pathnames.h
parentlib/losetup: merge remote-tracking branch 'util-linux/master' (diff)
downloadkernel-qcow2-util-linux-4c8a6edbb554928b1d4cd1d4e8b54b750b095641.tar.gz
kernel-qcow2-util-linux-4c8a6edbb554928b1d4cd1d4e8b54b750b095641.tar.xz
kernel-qcow2-util-linux-4c8a6edbb554928b1d4cd1d4e8b54b750b095641.zip
initial support for xloopxloop-hack
Diffstat (limited to 'include/pathnames.h')
-rw-r--r--include/pathnames.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/pathnames.h b/include/pathnames.h
index 2e1f19355..412701505 100644
--- a/include/pathnames.h
+++ b/include/pathnames.h
@@ -138,8 +138,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"