Displaying 1 result from an estimated 1 matches for "old_address".
Did you mean:
lc_address
2006 Aug 17
2
dovecot on OSF/1 4.0
...== MAP_FAILED)
------------^
cc: Warning: mmap-anon.c, line 86: In this statement, "(-1)" of type
"long", is being converted to "pointer to void".
return MAP_FAILED;
-----------------------^
cc: Error: mmap-anon.c, line 116: In this statement, "old_address"
and "(-1)" may not be compared for equality or inequality.
if (old_address == NULL || old_address == MAP_FAILED) {
-----------------------------------^
cc: Warning: mmap-anon.c, line 118: In this statement, "(-1)" of type
"long", is being converted t...