Commit 924d8a7c by Jeffrey A Law Committed by Jeff Law

* system.h (STDERR_FILENO): Fix typo.

From-SVN: r26074
parent b080ce78
Wed Mar 31 00:50:48 1999 Jeffrey A Law (law@cygnus.com)
* system.h (STDERR_FILENO): Fix typo.
* inclhack.def (bool): Also fix bogus bool in curses_colr/curses.h
* fixincl.x, inclhack.sh, fixincl.sh: Rebuilt.
......
......@@ -484,7 +484,7 @@ extern void abort ();
#ifndef STDOUT_FILENO
# define STDOUT_FILENO 1
#endif
#ifndef STDOUT_FILENO
#ifndef STDERR_FILENO
# define STDERR_FILENO 2
#endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment