Add a missing underscore.

Submitted by:	fenner
This commit is contained in:
Mike Barcroft 2001-12-01 03:48:15 +00:00
parent de2656d0ed
commit 4f25b0aa46
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=87159

View File

@ -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