Fixed execute function

This commit is contained in:
Michiel Broek 2004-01-26 14:54:56 +00:00
parent df5f9a3ee8
commit 5d9a8b1ad9
2 changed files with 4 additions and 1 deletions

View File

@ -2,6 +2,9 @@ $Id$
v0.39.8 26-Jan-2004
libcommon.a:
Fixed compiler directive for Linux in execute function.
mbcico:
Fixed binkp file resync.
Binkp now only tries to compress data frames.

View File

@ -142,7 +142,7 @@ int execute(char *cmd, char *file, char *pkt, char *in, char *out, char *err)
#endif
msleep(200);
rc = _execute(cmd, file, pkt, in, out, err);
#ifdef __linux
#ifdef __linux__
sync();
#endif
msleep(200);