mirror of
https://github.com/sheumann/hush.git
synced 2025-01-11 08:29:54 +00:00
fix build failure for pmap
Signed-off-by: Dan Fandrich <dan@coneharvesters.com> Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
This commit is contained in:
parent
395b97aeac
commit
63adf83814
@ -120,7 +120,7 @@ void FAST_FUNC free_procps_scan(procps_status_t* sp)
|
|||||||
free(sp);
|
free(sp);
|
||||||
}
|
}
|
||||||
|
|
||||||
#if ENABLE_FEATURE_TOPMEM
|
#if ENABLE_FEATURE_TOPMEM || ENABLE_PMAP
|
||||||
static unsigned long fast_strtoul_16(char **endptr)
|
static unsigned long fast_strtoul_16(char **endptr)
|
||||||
{
|
{
|
||||||
unsigned char c;
|
unsigned char c;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user