mirror of
https://github.com/coreutils/coreutils.git
synced 2024-11-25 02:45:15 +08:00
* gl/lib/selinux-at.c: Remove a use of HAVE_CONFIG_H.
This commit is contained in:
parent
5a233cb81e
commit
5349e96a32
@ -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.
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user