summaryrefslogtreecommitdiffstats
path: root/sys-utils/losetup.c
diff options
context:
space:
mode:
authorKarel Zak2016-03-08 14:26:33 +0100
committerKarel Zak2016-03-08 14:26:33 +0100
commit3fe3f560b7a70c4c2303930973eb62ddd4c51f7f (patch)
tree3ea30448c28753a29e34ef5faefb4053bdb7140c /sys-utils/losetup.c
parentmount: adjust some wordings and formatting in the man page (diff)
downloadkernel-qcow2-util-linux-3fe3f560b7a70c4c2303930973eb62ddd4c51f7f.tar.gz
kernel-qcow2-util-linux-3fe3f560b7a70c4c2303930973eb62ddd4c51f7f.tar.xz
kernel-qcow2-util-linux-3fe3f560b7a70c4c2303930973eb62ddd4c51f7f.zip
Revert "include sysmacros.h where used"
This reverts commit 46a40c018438b7b2b25083a5e5a4a21055a0c1e9.
Diffstat (limited to 'sys-utils/losetup.c')
-rw-r--r--sys-utils/losetup.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys-utils/losetup.c b/sys-utils/losetup.c
index 90a42b65b..1d57ab341 100644
--- a/sys-utils/losetup.c
+++ b/sys-utils/losetup.c
@@ -12,7 +12,6 @@
#include <unistd.h>
#include <sys/ioctl.h>
#include <sys/stat.h>
-#include <sys/sysmacros.h>
#include <inttypes.h>
#include <getopt.h>