sockaddr_in not declared in io.c (FreeBSD issue)
Brought to you by:
tsauerbeck
The sockaddr_in structure was not declared in io.c,
therefore gcc failed:
io.c: In function `daemon_connection_init':
io.c:147: storage size of `addr' isn't known
The following patch includes <netinet/in.h>, and fixes
this issue.
0.0.5 works perfectly with this #include.
As you can see, I produced the patch from the CVS head
sources. There are a lot of compilation errors, but
the patch should work.
patch for FreeBSD