* include/sys/cygwin.h (EXTERNAL_PINFO_VERSION): Reinstate.

* external.cc (fillout_pinfo): Use it.
This commit is contained in:
Christopher Faylor
2002-05-29 21:00:55 +00:00
parent 50674f2dc3
commit 186637a508
3 changed files with 7 additions and 1 deletions

View File

@ -210,6 +210,7 @@ extern int cygwin_attach_handle_to_fd (char *, int, HANDLE, mode_t, DWORD);
#define EXTERNAL_PINFO_VERSION_16_BIT 0
#define EXTERNAL_PINFO_VERSION_32_BIT 1
#define EXTERNAL_PINFO_VERSION EXTERNAL_PINFO_VERSION_32_BIT
#ifndef _SYS_TYPES_H
typedef unsigned short __uid16_t;