diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/libbb.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/libbb.h b/include/libbb.h index e514fe2f2..89a1695fa 100644 --- a/include/libbb.h +++ b/include/libbb.h | |||
@@ -881,12 +881,12 @@ enum { COMM_LEN = TASK_COMM_LEN }; | |||
881 | enum { COMM_LEN = 16 }; | 881 | enum { COMM_LEN = 16 }; |
882 | #endif | 882 | #endif |
883 | #endif | 883 | #endif |
884 | typedef struct { | 884 | typedef struct procps_status_t { |
885 | DIR *dir; | 885 | DIR *dir; |
886 | uint8_t shift_pages_to_bytes; | ||
887 | uint8_t shift_pages_to_kb; | ||
886 | /* Fields are set to 0/NULL if failed to determine (or not requested) */ | 888 | /* Fields are set to 0/NULL if failed to determine (or not requested) */ |
887 | /*char *cmd;*/ | ||
888 | char *argv0; | 889 | char *argv0; |
889 | /*char *exe;*/ | ||
890 | USE_SELINUX(char *context;) | 890 | USE_SELINUX(char *context;) |
891 | /* Everything below must contain no ptrs to malloc'ed data: | 891 | /* Everything below must contain no ptrs to malloc'ed data: |
892 | * it is memset(0) for each process in procps_scan() */ | 892 | * it is memset(0) for each process in procps_scan() */ |