* external.cc (fillout_pinfo): Use new version define.

* include/sys/cygwin.h (external_pinfo): Define
	EXTERNAL_PINFO_VERSION_16_BIT and EXTERNAL_PINFO_VERSION_32_BIT
	instead of just EXTERNAL_PINFO_VERSION.
This commit is contained in:
Corinna Vinschen
2002-05-29 20:07:54 +00:00
parent 9fef0139c2
commit 3a571063b3
3 changed files with 11 additions and 2 deletions

View File

@@ -83,7 +83,7 @@ fillout_pinfo (pid_t pid, int winpid)
ep.rusage_children = p->rusage_children;
strcpy (ep.progname, p->progname);
ep.strace_mask = 0;
ep.version = EXTERNAL_PINFO_VERSION;
ep.version = EXTERNAL_PINFO_VERSION_32_BIT;
ep.process_state = p->process_state;