fix use of legacy u_intN_t types in netinet/tcp.h
authorRich Felker <dalias@aerifal.cx>
Wed, 5 Feb 2014 22:22:26 +0000 (17:22 -0500)
committerRich Felker <dalias@aerifal.cx>
Wed, 5 Feb 2014 22:22:26 +0000 (17:22 -0500)
commit685b1cd4a0d1a890c55f9481b67e33e51412babb
tree0fd72146156e68405d6ee36985ee6a70ce0a7209
parentfdaaa68d827430caa930e4c966fa8d8a9f8f64c4
fix use of legacy u_intN_t types in netinet/tcp.h

policy is to avoid using these types except where they are needed for
namespace conformance. C99-style stdint.h types should be used
instead.
include/netinet/tcp.h