mirror_frr/tests
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
..
bgpd *: use C99 standard fixed-width integer types 2018-03-27 15:13:34 -04:00
helpers *: Remove cvs control points 2017-12-05 17:28:12 -05:00
isisd isisd: add support for TLV 240 P2P Three-Way Adjacency 2018-03-10 18:38:03 +01:00
lib *: use C99 standard fixed-width integer types 2018-03-27 15:13:34 -04:00
ospf6d tests: fix clippy include paths / double-build 2017-08-15 11:21:07 +02:00
.gitignore tests: update gitignore 2018-03-05 19:50:21 +01:00
Makefile.am tests: add unit test for zlog 2018-03-12 15:39:45 -04:00
runtests.py tests: add pytest testrunners 2017-02-13 17:43:47 +01:00
test_lblmgr.c *: use C99 standard fixed-width integer types 2018-03-27 15:13:34 -04:00