summaryrefslogtreecommitdiffstats
path: root/libmount/python
diff options
context:
space:
mode:
authorKarel Zak2016-03-08 14:26:33 +0100
committerKarel Zak2016-03-08 14:26:33 +0100
commit3fe3f560b7a70c4c2303930973eb62ddd4c51f7f (patch)
tree3ea30448c28753a29e34ef5faefb4053bdb7140c /libmount/python
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 'libmount/python')
-rw-r--r--libmount/python/fs.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libmount/python/fs.c b/libmount/python/fs.c
index 651a7c511..0789d3797 100644
--- a/libmount/python/fs.c
+++ b/libmount/python/fs.c
@@ -27,7 +27,6 @@
#include "pylibmount.h"
#include <errno.h>
-#include <sys/sysmacros.h>
#define Fs_HELP "Fs(source=None, root=None, target=None, fstype=None, options=None, attributes=None, freq=0, passno=0)"