freebsd-ports/sysutils/htop/files/patch-OpenFilesScreen.h
Philip M. Gollucci b1e12b65f0 - pull some upstream svn fixes
o simply the code
  o lsof failure checks
  o coverity fixes

PR:             ports/143222
Submitted by:   Hung-Yi Chen <gaod@hychen.org>
Approved by:    maintainer timeout (yzlin ; 220 days)
2010-09-08 22:51:55 +00:00

11 lines
338 B
C

--- OpenFilesScreen.h.orig 2010-01-26 03:57:03.000000000 +0800
+++ OpenFilesScreen.h 2010-01-26 03:57:19.000000000 +0800
@@ -28,7 +28,7 @@
typedef struct OpenFiles_ProcessData_ {
char* data[256];
struct OpenFiles_FileData_* files;
- bool failed;
+ int error;
} OpenFiles_ProcessData;
typedef struct OpenFiles_FileData_ {