[OpenAFS-devel] AF_INET byte order

Jim Rees rees@umich.edu
Wed, 7 Mar 2007 11:58:36 -0500


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?