* getopt.cc (opterr): Reinstate initialization.

(optind): Ditto.
(optopt): Ditto.
* pinfo.cc: Include cygheap.h or suffer compile error.
* shared.h: Reset magic number.
This commit is contained in:
Christopher Faylor
2003-09-16 03:39:55 +00:00
parent 8ec37f2168
commit 2bfdb22e23
4 changed files with 13 additions and 4 deletions

View File

@ -27,6 +27,7 @@ details. */
#include "ntdll.h"
#include "cygthread.h"
#include "shared_info.h"
#include "cygheap.h"
static char NO_COPY pinfo_dummy[sizeof (_pinfo)] = {0};