From: Jim Meyering Date: Sat, 16 Apr 2005 06:38:20 +0000 (+0000) Subject: (S_TYPEISSHM): Remove definition. X-Git-Tag: CPPI-1_12~989 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=037421542d950c375f7b04b55666f6f7249628b8;p=thirdparty%2Fcoreutils.git (S_TYPEISSHM): Remove definition. Get the definition by including "stat-macros.h", instead. --- diff --git a/src/dd.c b/src/dd.c index 27ac661b27..c50e7dca27 100644 --- a/src/dd.c +++ b/src/dd.c @@ -33,6 +33,7 @@ #include "human.h" #include "long-options.h" #include "quote.h" +#include "stat-macros.h" #include "xstrtol.h" #include "xtime.h" @@ -64,10 +65,6 @@ static void process_signals (void); # define SIGINFO SIGUSR1 #endif -#ifndef S_TYPEISSHM -# define S_TYPEISSHM(Stat_ptr) 0 -#endif - #if ! HAVE_FDATASYNC # define fdatasync(fd) (errno = ENOSYS, -1) #endif