Add a missing underscore.
Submitted by: fenner
This commit is contained in:
parent
de2656d0ed
commit
4f25b0aa46
@ -69,7 +69,7 @@ typedef __uint32_t in_addr_t;
|
||||
#endif
|
||||
|
||||
#ifndef _IN_PORT_T_DECLARED_
|
||||
typedef _uint16_t in_port_t;
|
||||
typedef __uint16_t in_port_t;
|
||||
#define _IN_PORT_T_DECLARED_
|
||||
#endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user