summaryrefslogtreecommitdiffstats
path: root/disk-utils
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
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')
-rw-r--r--disk-utils/fsck.c1
-rw-r--r--disk-utils/partx.c1
-rw-r--r--disk-utils/sfdisk.c1
3 files changed, 0 insertions, 3 deletions
diff --git a/disk-utils/fsck.c b/disk-utils/fsck.c
index 2b7e7122c..6f9e78b34 100644
--- a/disk-utils/fsck.c
+++ b/disk-utils/fsck.c
@@ -30,7 +30,6 @@
#include <sys/types.h>
#include <sys/wait.h>
#include <sys/stat.h>
-#include <sys/sysmacros.h>
#include <sys/file.h>
#include <fcntl.h>
#include <limits.h>
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>
diff --git a/disk-utils/sfdisk.c b/disk-utils/sfdisk.c
index 7ce7bc911..3dfdd9e9a 100644
--- a/disk-utils/sfdisk.c
+++ b/disk-utils/sfdisk.c
@@ -29,7 +29,6 @@
#include <errno.h>
#include <getopt.h>
#include <sys/stat.h>
-#include <sys/sysmacros.h>
#include <assert.h>
#include <fcntl.h>
#include <libsmartcols.h>