summaryrefslogtreecommitdiffstats
path: root/disk-utils/partx.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 /disk-utils/partx.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 'disk-utils/partx.c')
-rw-r--r--disk-utils/partx.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/disk-utils/partx.c b/disk-utils/partx.c
index 955166b4b..50bd6a4f8 100644
--- a/disk-utils/partx.c
+++ b/disk-utils/partx.c
@@ -19,7 +19,6 @@
#include <unistd.h>
#include <assert.h>
#include <dirent.h>
-#include <sys/sysmacros.h>
#include <blkid.h>
#include <libsmartcols.h>