All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] enabled.c: Remove stdio_ext.h header
@ 2016-11-23 22:37 Nick Kralevich
  2016-11-28 14:34 ` Stephen Smalley
  0 siblings, 1 reply; 2+ messages in thread
From: Nick Kralevich @ 2016-11-23 22:37 UTC (permalink / raw)
  To: selinux

This appears to be unused.

Signed-off-by: Nick Kralevich <nnk@google.com>
---
 libselinux/src/enabled.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/libselinux/src/enabled.c b/libselinux/src/enabled.c
index bb659a9..2ec6797 100644
--- a/libselinux/src/enabled.c
+++ b/libselinux/src/enabled.c
@@ -6,7 +6,6 @@
 #include <errno.h>
 #include <limits.h>
 #include <stdio.h>
-#include <stdio_ext.h>
 #include "policy.h"
 
 int is_selinux_enabled(void)
-- 
2.8.0.rc3.226.g39d4020

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] enabled.c: Remove stdio_ext.h header
  2016-11-23 22:37 [PATCH] enabled.c: Remove stdio_ext.h header Nick Kralevich
@ 2016-11-28 14:34 ` Stephen Smalley
  0 siblings, 0 replies; 2+ messages in thread
From: Stephen Smalley @ 2016-11-28 14:34 UTC (permalink / raw)
  To: Nick Kralevich, selinux

On 11/23/2016 05:37 PM, Nick Kralevich wrote:
> This appears to be unused.

Yes, legacy of older code.  Thanks, applied.

> 
> Signed-off-by: Nick Kralevich <nnk@google.com>
> ---
>  libselinux/src/enabled.c | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/libselinux/src/enabled.c b/libselinux/src/enabled.c
> index bb659a9..2ec6797 100644
> --- a/libselinux/src/enabled.c
> +++ b/libselinux/src/enabled.c
> @@ -6,7 +6,6 @@
>  #include <errno.h>
>  #include <limits.h>
>  #include <stdio.h>
> -#include <stdio_ext.h>
>  #include "policy.h"
>  
>  int is_selinux_enabled(void)
> 

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-11-28 14:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-11-23 22:37 [PATCH] enabled.c: Remove stdio_ext.h header Nick Kralevich
2016-11-28 14:34 ` Stephen Smalley

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.