Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | *: make sure zebra.h is always included first | David Lamparter | 2015-10-16 | 1 | -0/+2 |
| | | | | | | | | zebra.h pulls in config.h, which results in fiddling with things like __FILE_OFFSET_BITS. It must always be included first, in order to set flags that influence the compiler via <features.h>. Signed-off-by: David Lamparter <equinox@opensourcerouting.org> | ||||
* | *: assorted warning fixes | David Lamparter | 2015-04-21 | 1 | -0/+1 |
| | | | | | | A few warnings slipped through the cracks... Signed-off-by: David Lamparter <equinox@opensourcerouting.org> | ||||
* | [pim] Fix net/host byte order | Everton Marques | 2015-02-04 | 1 | -0/+44 |