diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/libbb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libbb.h b/include/libbb.h index 678c56109..6c6b4863c 100644 --- a/include/libbb.h +++ b/include/libbb.h | |||
@@ -891,7 +891,7 @@ typedef struct procps_status_t { | |||
891 | USE_SELINUX(char *context;) | 891 | USE_SELINUX(char *context;) |
892 | /* Everything below must contain no ptrs to malloc'ed data: | 892 | /* Everything below must contain no ptrs to malloc'ed data: |
893 | * it is memset(0) for each process in procps_scan() */ | 893 | * it is memset(0) for each process in procps_scan() */ |
894 | unsigned vsz, rss; /* we round it to kbytes */ | 894 | unsigned long vsz, rss; /* we round it to kbytes */ |
895 | unsigned long stime, utime; | 895 | unsigned long stime, utime; |
896 | unsigned pid; | 896 | unsigned pid; |
897 | unsigned ppid; | 897 | unsigned ppid; |