--- a/mepl.c +++ b/mepl.c @@ -1,3 +1,4 @@ +#include #define VERSION "0.45 Don Nov 25 19:13:58 CET 1999" /* Version: @(#) mepl.c 0.45 Autor: Frank Holtz @@ -18,11 +19,12 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #include -// #include #If you have problems to compile remove the "//" +#include #include #include #include #include +#include #include #include #include @@ -93,7 +95,7 @@ int hex(unsigned char *); int fget(int); -main(int argc, char *argv[]) +int main(int argc, char *argv[]) { int i,z,j,k,error,errz,ic,resin,resout,n,pid,opt; struct termios oldtio,newtio; @@ -346,7 +348,7 @@ errz=0; do { error=0; - resout=open(resdat,O_WRONLY | O_TRUNC | O_CREAT); /* In Datei zwischenspeichern */ + resout=open(resdat,O_WRONLY | O_TRUNC | O_CREAT,0600); /* In Datei zwischenspeichern */ sendstr(ATSENDMEM); line[2]=0; /* Erstes Zeichen suchen */