Skip to content
  • Ron's avatar
    Fix some compiler warnings · 3d5901a0
    Ron authored
    That become errors for distcheck ...
    
    unistd.h is no longer included by (as many) other system headers,
    and that's needed for read(2).
    
    A void* doesn't fit into int on all architectures.
    3d5901a0