From: Jim Meyering Date: Sat, 13 Jan 2007 16:17:19 +0000 (+0100) Subject: * gl/lib/selinux-at.c: Remove a use of HAVE_CONFIG_H. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7782da7bf50ba52ac906d9fc754ada495e6172f8;p=thirdparty%2Fcoreutils.git * gl/lib/selinux-at.c: Remove a use of HAVE_CONFIG_H. --- diff --git a/ChangeLog-selinux b/ChangeLog-selinux index 0d3b8e3b14..a207774fde 100644 --- a/ChangeLog-selinux +++ b/ChangeLog-selinux @@ -1,5 +1,7 @@ 2007-01-13 Jim Meyering + * 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 ebc41ee7ac..9dc0b1c983 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 -#endif +#include #include "selinux-at.h" #include "openat.h"