bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 2/3] selinux-h: port to PGI 16.10


From: Paul Eggert
Subject: [PATCH 2/3] selinux-h: port to PGI 16.10
Date: Tue, 14 Feb 2017 08:52:17 -0800

* lib/se-selinux.in.h: Don't assume that include_next skips over
duplicate -I DIR options.
---
 ChangeLog           |  4 ++++
 lib/se-selinux.in.h | 27 +++++++++++++--------------
 2 files changed, 17 insertions(+), 14 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index bb5e75c..5b52789 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2017-02-14  Paul Eggert  <address@hidden>
 
+       selinux-h: port to PGI 16.10
+       * lib/se-selinux.in.h: Don't assume that include_next skips over
+       duplicate -I DIR options.
+
        argp: port to PGI 16.10
        * lib/argp-pin.c (dummy): Declare as needed to make file nonempty.
 
diff --git a/lib/se-selinux.in.h b/lib/se-selinux.in.h
index cd19951..1cf7c00 100644
--- a/lib/se-selinux.in.h
+++ b/lib/se-selinux.in.h
@@ -14,26 +14,25 @@
    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
-#ifndef address@hidden@_SELINUX_SELINUX_H
-# define address@hidden@_SELINUX_SELINUX_H
-
-# if __GNUC__ >= 3
+#if __GNUC__ >= 3
 @PRAGMA_SYSTEM_HEADER@
-# endif
+#endif
 @PRAGMA_COLUMNS@
 
-# if HAVE_SELINUX_SELINUX_H
+#if HAVE_SELINUX_SELINUX_H
 
 address@hidden@ @NEXT_SELINUX_SELINUX_H@
 
-# else
+#else
+# if !defined address@hidden@_SELINUX_SELINUX_H
+#  define address@hidden@_SELINUX_SELINUX_H
 
 #  include <sys/types.h>
 #  include <errno.h>
 
-#ifndef _GL_INLINE_HEADER_BEGIN
- #error "Please include config.h first."
-#endif
+#  ifndef _GL_INLINE_HEADER_BEGIN
+    #error "Please include config.h first."
+#  endif
 _GL_INLINE_HEADER_BEGIN
 #  ifndef SE_SELINUX_INLINE
 #   define SE_SELINUX_INLINE _GL_INLINE
@@ -114,10 +113,10 @@ matchpathcon_init_prefix (char const *path 
_GL_UNUSED_PARAMETER,
 #   define GNULIB_defined_security_types 1
 #  endif
 
-#ifndef _GL_INLINE_HEADER_BEGIN
- #error "Please include config.h first."
-#endif
+#  ifndef _GL_INLINE_HEADER_BEGIN
+    #error "Please include config.h first."
+#  endif
 _GL_INLINE_HEADER_BEGIN
 
 # endif
-#endif /* address@hidden@_SELINUX_SELINUX_H */
+#endif
-- 
2.9.3




reply via email to

[Prev in Thread] Current Thread [Next in Thread]