Jim, I believe that the single line:
curr_skt->sin_family = AF_INET; /*Internet family */
Is all that you need for all OS's. That is how our code is setup
and it runs on a mixture of big/little-endian systems running
every OS we support.
Hope that helps,
Kris
Jim Rees wrote:
The code as written is wrong. I guess I'll change it to #if defined(AFS_DARWIN_ENV) || defined(AFS_XBSD_ENV) but I wonder if it shouldn't really be #if !defined(AFS_LINUX_ENV) Comments? Which order do Solaris and AIX want? _______________________________________________ OpenAFS-devel mailing list [email protected] https://lists.openafs.org/mailman/listinfo/openafs-devel
-- Mr. Kristen J. Webb Teradactyl LLC. PHONE: 1-505-242-1091 EMAIL: [EMAIL PROTECTED] VISIT: http://www.teradactyl.com Home of the True incremental Backup System
smime.p7s
Description: S/MIME Cryptographic Signature
