]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(S_TYPEISSHM): Remove definition.
authorJim Meyering <jim@meyering.net>
Sat, 16 Apr 2005 06:38:20 +0000 (06:38 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 16 Apr 2005 06:38:20 +0000 (06:38 +0000)
Get the definition by including "stat-macros.h", instead.

src/dd.c

index 27ac661b27e33fc67fd3deb5b11c2a53da35ba94..c50e7dca27584bbbc73c48e5533ac53be22fc927 100644 (file)
--- 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