* include/sys/cygwin.h (external_pinfo): Define program_long size using
external buffer size rather than cygwin-internal buffer size.
This commit is contained in:
parent
70300fdb1c
commit
e5f8ee9e61
|
@ -1,3 +1,8 @@
|
|||
2008-02-15 Christopher Faylor <me+cygwin@cgf.cx>
|
||||
|
||||
* include/sys/cygwin.h (external_pinfo): Define program_long size using
|
||||
external buffer size rather than cygwin-internal buffer size.
|
||||
|
||||
2008-02-15 Christopher Faylor <me+cygwin@cgf.cx>
|
||||
|
||||
Perform whitespace cleanup throughout.
|
||||
|
|
|
@ -266,7 +266,7 @@ struct external_pinfo
|
|||
__gid32_t gid32;
|
||||
|
||||
/* Only available if version >= EXTERNAL_PINFO_VERSION_32_LP */
|
||||
char progname_long[NT_MAX_PATH];
|
||||
char progname_long[PATH_MAX];
|
||||
};
|
||||
#endif /*__CYGWIN__*/
|
||||
#endif /*WINVER*/
|
||||
|
|
Loading…
Reference in New Issue