summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog-selinux2
-rw-r--r--gl/lib/selinux-at.c4
2 files changed, 3 insertions, 3 deletions
diff --git a/ChangeLog-selinux b/ChangeLog-selinux
index 0d3b8e3b1..a207774fd 100644
--- a/ChangeLog-selinux
+++ b/ChangeLog-selinux
@@ -1,5 +1,7 @@
2007-01-13 Jim Meyering <jim@meyering.net>
+ * gl/lib/selinux-at.c: Remove a use of HAVE_CONFIG_H.
+
* src/c99-to-c89.diff: Handle a new c99'ism in ls.c.
* src/id.c (main): Tweak id -Z diagnostic.
diff --git a/gl/lib/selinux-at.c b/gl/lib/selinux-at.c
index ebc41ee7a..9dc0b1c98 100644
--- a/gl/lib/selinux-at.c
+++ b/gl/lib/selinux-at.c
@@ -17,9 +17,7 @@
/* written by Jim Meyering */
-#ifdef HAVE_CONFIG_H
-# include <config.h>
-#endif
+#include <config.h>
#include "selinux-at.h"
#include "openat.h"