mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-15 04:47:05 +00:00
* ospf_api.h: char isn't always signed, but it has to be it here.
Fixes bugzilla #153. [backport candidate]
This commit is contained in:
parent
c45eb839ae
commit
306541b316
@ -1,3 +1,7 @@
|
|||||||
|
2005-02-19 Hasso Tepper <hasso at quagga.net>
|
||||||
|
|
||||||
|
* ospf_api.h: char isn't always signed, but it has to be it here.
|
||||||
|
|
||||||
2005-02-19 Paul Jakma <paul.jakma@sun.com>
|
2005-02-19 Paul Jakma <paul.jakma@sun.com>
|
||||||
|
|
||||||
* ospf_packet.c: (ospf_stream_copy) remove
|
* ospf_packet.c: (ospf_stream_copy) remove
|
||||||
|
@ -205,7 +205,7 @@ struct msg_delete_request
|
|||||||
|
|
||||||
struct msg_reply
|
struct msg_reply
|
||||||
{
|
{
|
||||||
char errcode;
|
signed char errcode;
|
||||||
#define OSPF_API_OK 0
|
#define OSPF_API_OK 0
|
||||||
#define OSPF_API_NOSUCHINTERFACE (-1)
|
#define OSPF_API_NOSUCHINTERFACE (-1)
|
||||||
#define OSPF_API_NOSUCHAREA (-2)
|
#define OSPF_API_NOSUCHAREA (-2)
|
||||||
|
Loading…
Reference in New Issue
Block a user