Bug 8313 - Minix Support - check for netinet/{in_systm,ip}.h and SO_BROADCAST
Summary: Minix Support - check for netinet/{in_systm,ip}.h and SO_BROADCAST
Status: RESOLVED FIXED
Alias: None
Product: rsync
Classification: Unclassified
Component: core (show other bugs)
Version: 3.1.0
Hardware: x86 Other
: P5 enhancement (vote)
Target Milestone: ---
Assignee: Wayne Davison
QA Contact: Rsync QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-07-21 10:58 UTC by Thomas Cort
Modified: 2011-07-22 18:22 UTC (History)
0 users

See Also:


Attachments
Minix Support -- adds 2 header checks and a definition check (1.39 KB, patch)
2011-07-21 10:58 UTC, Thomas Cort
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Cort 2011-07-21 10:58:30 UTC
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.
Comment 1 Wayne Davison 2011-07-22 18:22:03 UTC
Thanks!  Committed.