- cleaned up makefiles

- polished code to avoid warnings
This commit is contained in:
zolliker
2005-03-08 11:12:23 +00:00
parent 350c410bdf
commit 94075f06c7
60 changed files with 189 additions and 286 deletions

View File

@@ -3,6 +3,7 @@
#include <string.h>
#include <assert.h>
#include <sys/socket.h>
#include <time.h>
#include <sys/time.h>
#include "rs232c_def.h"
#include "asynsrv_def.h"
@@ -160,7 +161,7 @@ char *SerCmd(SerChannel *serch, char *cmnd) {
int l, n;
AsynSrvChan *aser;
TermSrvChan *tser;
char *result, *pos, *trm;
char *result, *pos;
char junk[256];
int iret, incomplete;