diff options
author | Jim Meyering <jim@meyering.net> | 2007-01-13 17:17:19 +0100 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2007-03-29 21:37:05 +0200 |
commit | 5349e96a32562a71f818c9695cb15af465eb1497 (patch) | |
tree | bf8cdc5e732bd527fba0833b4c2f2becd2ce94a0 | |
parent | 5a233cb81e5238c0ed993a371519a20a04bce58d (diff) | |
download | coreutils-5349e96a32562a71f818c9695cb15af465eb1497.tar.xz |
* gl/lib/selinux-at.c: Remove a use of HAVE_CONFIG_H.
-rw-r--r-- | ChangeLog-selinux | 2 | ||||
-rw-r--r-- | gl/lib/selinux-at.c | 4 |
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" |