From: Jim Meyering Date: Sat, 14 Oct 2006 12:02:14 +0000 (+0000) Subject: * src/pinky.c: Don't include stat-macros.h; system.h already does it. X-Git-Tag: COREUTILS-6_4~34 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=46693ba15b8f9a186402ff3918fadc7d793f41cd;p=thirdparty%2Fcoreutils.git * src/pinky.c: Don't include stat-macros.h; system.h already does it. --- diff --git a/ChangeLog b/ChangeLog index fe87f0a5dd..c7e99142f2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2006-10-14 Jim Meyering + * src/pinky.c: Don't include stat-macros.h; system.h already does it. + * src/pinky.c (S_IWGRP): Don't define. Instead, include "stat-macros.h". diff --git a/src/pinky.c b/src/pinky.c index 25feef35e7..885012b3dd 100644 --- a/src/pinky.c +++ b/src/pinky.c @@ -30,7 +30,6 @@ #include "hard-locale.h" #include "inttostr.h" #include "readutmp.h" -#include "stat-macros.h" /* The official name of this program (e.g., no `g' prefix). */ #define PROGRAM_NAME "pinky"