diff options
author | Jim Meyering <jim@meyering.net> | 2004-04-08 21:36:18 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2004-04-08 21:36:18 +0000 |
commit | 7c7a16a2d8878f1c335504c3d12809a2fa0b50e5 (patch) | |
tree | 2c8a8ddd306668b4bece4a2bb0dfeb85728b330d /src | |
parent | 9f478111bf368cfd63a8f9599ee373cbfc0721de (diff) | |
download | coreutils-7c7a16a2d8878f1c335504c3d12809a2fa0b50e5.tar.xz |
(O_NOCTTY): Remove redundant decl.
Diffstat (limited to 'src')
-rw-r--r-- | src/shred.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/shred.c b/src/shred.c index bc89567b7..bb7b9c9d6 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 |