revert previously applied patch.

This commit is contained in:
Christopher Faylor 2006-02-11 00:07:43 +00:00
parent 7f8c7bff6f
commit 5a8a5efcfd
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ set_myself (HANDLE h)
/* here if execed */
static pinfo NO_COPY myself_identity;
myself_identity.init (cygwin_pid (myself->dwProcessId), PID_EXECED, NULL);
// myself->start_time = time (NULL); /* Register our starting time. */
myself->start_time = time (NULL); /* Register our starting time. */
myself->exec_sendsig = NULL;
myself->exec_dwProcessId = 0;
}