extra checks for lsof failures

This commit is contained in:
Hisham Muhammad
2009-10-16 20:15:01 +00:00
parent a20ba78b5e
commit 7dcd2beb90
2 changed files with 11 additions and 9 deletions

View File

@ -28,7 +28,7 @@ in the source distribution for its full text.
typedef struct OpenFiles_ProcessData_ {
char* data[256];
struct OpenFiles_FileData_* files;
bool failed;
int error;
} OpenFiles_ProcessData;
typedef struct OpenFiles_FileData_ {