revert erroneous checkins

This commit is contained in:
Christopher Faylor 2002-11-05 04:24:48 +00:00
parent 5806add291
commit 73f7245be2
2 changed files with 1 additions and 3 deletions

View File

@ -60,7 +60,7 @@ static const char * const process_listing[] =
"ctty",
"stat",
"statm",
"qmdline",
"cmdline",
NULL
};

View File

@ -234,8 +234,6 @@ pinfo::init (pid_t n, DWORD flag, HANDLE in_h)
bool
_pinfo::alive ()
{
if (!dwProcessId)
return 0;
HANDLE h = OpenProcess (PROCESS_QUERY_INFORMATION, false, dwProcessId);
if (h)
CloseHandle (h);