Created attachment 6709 [details] Minix Support -- adds 2 header checks and a definition check We got rsync working on the Minix operating system with only a few minor changes (patch attached). Patch Summary: * Minix doesn't have netinet/in_systm.h nor netinet/ip.h. The patch adds autoconf checks for these and only includes them if they exist. * Minix doesn't support SO_BROADCAST. The patch adds an #ifdef around the socket_options[] entry so that it's only included if SO_BROADCAST is defined.
Thanks! Committed.