diff options
Diffstat (limited to 'libbb/procps.c')
-rw-r--r-- | libbb/procps.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/procps.c b/libbb/procps.c index 7ffcd8dbc..ec43b221e 100644 --- a/libbb/procps.c +++ b/libbb/procps.c | |||
@@ -121,7 +121,7 @@ void FAST_FUNC free_procps_scan(procps_status_t* sp) | |||
121 | free(sp); | 121 | free(sp); |
122 | } | 122 | } |
123 | 123 | ||
124 | #if ENABLE_FEATURE_TOPMEM | 124 | #if ENABLE_FEATURE_TOPMEM || ENABLE_PMAP |
125 | static unsigned long fast_strtoul_16(char **endptr) | 125 | static unsigned long fast_strtoul_16(char **endptr) |
126 | { | 126 | { |
127 | unsigned char c; | 127 | unsigned char c; |