From 037421542d950c375f7b04b55666f6f7249628b8 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 16 Apr 2005 06:38:20 +0000 Subject: [PATCH] (S_TYPEISSHM): Remove definition. Get the definition by including "stat-macros.h", instead. --- src/dd.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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 -- 2.47.3