commit | caf503e482ceccbeccd95d2a5d06ba720b2392af | [log] [tgz] |
---|---|---|
author | guy <guy> | Wed Apr 20 09:49:52 2005 +0000 |
committer | guy <guy> | Wed Apr 20 09:49:52 2005 +0000 |
tree | df360ef27fa34546f56b055e5c79f0d6b1e6cc68 | |
parent | e1db53eeb7c740cf75eb5835d292d14902257455 [diff] |
From Albert Chin: 1. aclocal.m4 patch required by Tru64 UNIX which has inttypes.h in a non-standard location so gcc cannot find the PRI types. So, use <sys/bitypes.h> to get u_int#_t types for help detecting %llx, etc. 2. Help gcc on aix find ether_ntohost declaration.