From 7c7a16a2d8878f1c335504c3d12809a2fa0b50e5 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Thu, 8 Apr 2004 21:36:18 +0000 Subject: [PATCH] (O_NOCTTY): Remove redundant decl. --- src/shred.c | 4 ---- 1 file changed, 4 deletions(-) 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 -- 2.47.2