bug-diffutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug-diffutils] [PATCH 04/19] maint: no longer define *_FILENO constants


From: Jim Meyering
Subject: [bug-diffutils] [PATCH 04/19] maint: no longer define *_FILENO constants
Date: Fri, 20 Nov 2009 10:12:13 +0100

From: Jim Meyering <address@hidden>

* src/system.h (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO):
Remove definitions.  Now guaranteed by gnulib.
---
 src/system.h |    9 ---------
 1 files changed, 0 insertions(+), 9 deletions(-)

diff --git a/src/system.h b/src/system.h
index 47e0ec9..2ba53a4 100644
--- a/src/system.h
+++ b/src/system.h
@@ -49,15 +49,6 @@
 #endif

 #include <unistd.h>
-#ifndef STDIN_FILENO
-# define STDIN_FILENO 0
-#endif
-#ifndef STDOUT_FILENO
-# define STDOUT_FILENO 1
-#endif
-#ifndef STDERR_FILENO
-# define STDERR_FILENO 2
-#endif

 #include <fcntl.h>
 #include <time.h>
-- 
1.6.5.3.433.g11067





reply via email to

[Prev in Thread] Current Thread [Next in Thread]