mirror_frr/ldpd
Quentin Young d7c0a89a3a
*: use C99 standard fixed-width integer types
The following types are nonstandard:
- u_char
- u_short
- u_int
- u_long
- u_int8_t
- u_int16_t
- u_int32_t

Replace them with the C99 standard types:
- uint8_t
- unsigned short
- unsigned int
- unsigned long
- uint8_t
- uint16_t
- uint32_t

Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
2018-03-27 15:13:34 -04:00
..
.gitignore
accept.c
address.c
adjacency.c
control.c
control.h
hello.c
init.c
interface.c
keepalive.c
l2vpn.c
labelmapping.c
lde_lib.c
lde.c *: use C99 standard fixed-width integer types 2018-03-27 15:13:34 -04:00
lde.h
ldp_debug.c
ldp_debug.h
ldp_vty_cmds.c
ldp_vty_conf.c
ldp_vty_exec.c
ldp_vty.h
ldp_zebra.c *: use C99 standard fixed-width integer types 2018-03-27 15:13:34 -04:00
ldp.h
ldpd.c
ldpd.conf.sample
ldpd.h *: use C99 standard fixed-width integer types 2018-03-27 15:13:34 -04:00
ldpe.c
ldpe.h
log.c
log.h
logmsg.c
Makefile
neighbor.c
notification.c
packet.c
pfkey.c
socket.c
subdir.am
util.c