From: Jim Meyering Date: Thu, 8 Apr 2004 21:36:18 +0000 (+0000) Subject: (O_NOCTTY): Remove redundant decl. X-Git-Tag: v5.3.0~1833 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7c7a16a2d8878f1c335504c3d12809a2fa0b50e5;p=thirdparty%2Fcoreutils.git (O_NOCTTY): Remove redundant decl. --- diff --git a/src/shred.c b/src/shred.c index bc89567b70..bb7b9c9d65 100644 --- a/src/shred.c +++ b/src/shred.c @@ -110,10 +110,6 @@ #include "quotearg.h" /* For quotearg_colon */ #include "quote.h" /* For quotearg_colon */ -#ifndef O_NOCTTY -# define O_NOCTTY 0 /* This is a very optional frill */ -#endif - #define DEFAULT_PASSES 25 /* Default */ /* How many seconds to wait before checking whether to output another