Blame SOURCES/0011-mount.cifs-Remove-unneeded-stdbool-header-include.patch

97823b
From 4a7a8a8a6d3dc9466eb437517d16e8ab0ac52704 Mon Sep 17 00:00:00 2001
97823b
From: Germano Percossi <germano.percossi@citrix.com>
97823b
Date: Fri, 18 Nov 2016 18:54:52 +0000
97823b
Subject: [PATCH 11/12] mount.cifs: Remove unneeded stdbool header include
97823b
97823b
Signed-off-by: Germano Percossi <germano.percossi@citrix.com>
97823b
(cherry picked from commit 743301da5bf502197beb1f91f98e11eea9070e4e)
97823b
97823b
Resolves bz: 1427337
97823b
97823b
Signed-off-by: Sachin Prabhu <sprabhu@redhat.com>
97823b
---
97823b
 mount.cifs.c | 1 -
97823b
 1 file changed, 1 deletion(-)
97823b
97823b
diff --git a/mount.cifs.c b/mount.cifs.c
97823b
index 6eb0e6b..b2bcb7f 100644
97823b
--- a/mount.cifs.c
97823b
+++ b/mount.cifs.c
97823b
@@ -45,7 +45,6 @@
97823b
 #include <libgen.h>
97823b
 #include <sys/mman.h>
97823b
 #include <sys/wait.h>
97823b
-#include <stdbool.h>
97823b
 #ifdef HAVE_SYS_FSUID_H
97823b
 #include <sys/fsuid.h>
97823b
 #endif /* HAVE_SYS_FSUID_H */
97823b
-- 
97823b
2.9.3
97823b