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-Tag: v6.9.89~344 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5349e96a32562a71f818c9695cb15af465eb1497;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"