* external.cc: Move pids declaration to file scope and use less enthusiastic

constructor.
* pinfo.h (winpids::winpids): Remove default setting.
* fhandler_fifo.cc (fhandler_fifo::open_not_mine): Accommodate removal of
default setting.
* fhandler_proc.cc (fhandler_proc::readdir): Ditto.
This commit is contained in:
Christopher Faylor
2005-05-19 01:25:20 +00:00
parent 24515d6563
commit ac437c3e0c
5 changed files with 15 additions and 4 deletions

View File

@@ -89,7 +89,7 @@ fhandler_fifo::close_one_end ()
int
fhandler_fifo::open_not_mine (int flags)
{
winpids pids;
winpids pids ((DWORD) 0);
int res = 0;
for (unsigned i = 0; i < pids.npids; i++)