Made SICS PSI part compile on OSX Maverick with clang

This commit is contained in:
2014-03-14 09:51:48 +01:00
parent fc0ff43db2
commit 71c03ee3d1
13 changed files with 63 additions and 17 deletions

2
ease.c
View File

@ -754,7 +754,7 @@ static int EaseInit(SConnection * pCon, EaseBase * eab, int argc,
<host> <port>
<host>:<port>
*/
int port, iRet, i;
int port=0, iRet, i;
rs232 *ser;
char *colon, *host;
char buf[64];