From: Martin Pool Date: Wed, 8 Aug 2001 10:04:40 +0000 (+0000) Subject: Another try at socklen_t: just check for it, and otherwise use int. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/fab9a9c54729984199d20b637ea8cc163c73d2e2?hp=fab9a9c54729984199d20b637ea8cc163c73d2e2 Another try at socklen_t: just check for it, and otherwise use int. The HP manual says this will work on old HP/UX versions; I'm not sure about other systems. Possibly it will break on old BSD-derived systems with 32-bit int, 64-bit size_t and no socklen_t, if there are any such. ---