From 9fef0139c27845ac3ae01e63b80f34ba4207a51d Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Wed, 29 May 2002 17:12:07 +0000 Subject: * external.cc (fillout_pinfo): Set new version field in external_pinfo structure. * include/sys/cygwin.h (external_pinfo): Replace strace_file with version field. --- winsup/cygwin/external.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'winsup/cygwin/external.cc') diff --git a/winsup/cygwin/external.cc b/winsup/cygwin/external.cc index 8a06f0261..00ab2ac08 100644 --- a/winsup/cygwin/external.cc +++ b/winsup/cygwin/external.cc @@ -1,6 +1,6 @@ /* external.cc: Interface to Cygwin internals from external programs. - Copyright 1997, 1998, 1999, 2000, 2001 Red Hat, Inc. + Copyright 1997, 1998, 1999, 2000, 2001, 2002 Red Hat, Inc. Written by Christopher Faylor @@ -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.strace_file = 0; + ep.version = EXTERNAL_PINFO_VERSION; ep.process_state = p->process_state; -- cgit v1.2.3