From 306541b31624a344db085bfee45e5d9343fc8dca Mon Sep 17 00:00:00 2001 From: hasso Date: Sat, 19 Feb 2005 17:58:40 +0000 Subject: * ospf_api.h: char isn't always signed, but it has to be it here. Fixes bugzilla #153. [backport candidate] --- ospfd/ospf_api.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ospfd/ospf_api.h') diff --git a/ospfd/ospf_api.h b/ospfd/ospf_api.h index e7867614..77e1b23f 100644 --- a/ospfd/ospf_api.h +++ b/ospfd/ospf_api.h @@ -205,7 +205,7 @@ struct msg_delete_request struct msg_reply { - char errcode; + signed char errcode; #define OSPF_API_OK 0 #define OSPF_API_NOSUCHINTERFACE (-1) #define OSPF_API_NOSUCHAREA (-2) -- cgit v1.2.1