summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Colomar <alx.manpages@gmail.com>2022-09-13 16:46:47 +0200
committerAlex Colomar <alx.manpages@gmail.com>2022-09-13 16:47:37 +0200
commitfb111716df070df43cd6b4c59601fa1178bf41c3 (patch)
treec455bd6e74215ec0f2a4022219afe88975b75b1a
parent96a4746d7434cacf7f5b46867b3a41c38815bc90 (diff)
mount_setattr.2: EXAMPLES: Remove unused include
Reported-by: iwyu(1) Signed-off-by: Alex Colomar <alx.manpages@gmail.com>
-rw-r--r--man2/mount_setattr.21
1 files changed, 0 insertions, 1 deletions
diff --git a/man2/mount_setattr.2 b/man2/mount_setattr.2
index e3287a88f..56fe87492 100644
--- a/man2/mount_setattr.2
+++ b/man2/mount_setattr.2
@@ -905,7 +905,6 @@ with a structure which has every byte nonzero
*/
#define _GNU_SOURCE
#include <err.h>
-#include <errno.h>
#include <fcntl.h>
#include <getopt.h>
#include <linux/mount.h>