K 10 svn:author V 4 mike K 8 svn:date V 27 2001-08-30T00:04:19.000000Z K 7 svn:log V 846 o Remove some GCCisms in src/powerpc/include/endian.h. o Unify 's across all architectures. o Make bswapXX() functions use a different spelling of u_int16_t and friends to reduce namespace pollution. The bswapXX() functions don't actually exist, but we'll probably import these at some point. Atleast one driver (if_de) depends on bswapXX() for big endian cases. o Deprecate byteorder(3) prototypes from , these are now prototyped indirectly in . o Deprecate in_addr_t and in_port_t typedefs in , these are now typedef'd in . o Change byteorder(3) prototypes to use standards compliant uint32_t (spelled __uint32_t to reduce namespace pollution). o Document new preferred headers and standards compliance. Discussed with: bde PR: 29946 Reviewed by: bmilekic END