Skip to content
Commit b33d4309 authored by Claes Nästén's avatar Claes Nästén
Browse files

build: fix build on Solaris 10 with GCC 8.4

munmap on Solaris 10, depending on compile time defines can use caddr_t
instead of void* as its argument failing the build with the following
error message:

error: passing argument 1 of 'munmap' from incompatible pointer type

cast to void*, should be safe.
parent ad7fd089
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment