[Bug 8313] New: Minix Support - check for netinet/{in_systm,ip}.h and SO_BROADCAST
samba-bugs at samba.org
samba-bugs at samba.org
Thu Jul 21 04:58:30 MDT 2011
https://bugzilla.samba.org/show_bug.cgi?id=8313
Summary: Minix Support - check for netinet/{in_systm,ip}.h and
SO_BROADCAST
Product: rsync
Version: 3.1.0
Platform: x86
OS/Version: Other
Status: NEW
Severity: enhancement
Priority: P5
Component: core
AssignedTo: wayned at samba.org
ReportedBy: tcort at minix3.org
QAContact: rsync-qa at samba.org
Created attachment 6709
--> https://bugzilla.samba.org/attachment.cgi?id=6709
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.
--
Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
More information about the rsync
mailing list