--- ray/src/meta/mtext.c 2003/06/08 12:03:10 1.2 +++ ray/src/meta/mtext.c 2003/08/01 14:14:24 1.5 @@ -1,5 +1,5 @@ #ifndef lint -static const char RCSid[] = "$Id: mtext.c,v 1.2 2003/06/08 12:03:10 schorsch Exp $"; +static const char RCSid[] = "$Id: mtext.c,v 1.5 2003/08/01 14:14:24 schorsch Exp $"; #endif /* * Program to convert ascii file to metafile @@ -9,7 +9,6 @@ static const char RCSid[] = "$Id: mtext.c,v 1.2 2003/0 * cc mtext.c mfio.o syscalls.o misc.o */ -#include #include #include "meta.h" @@ -44,10 +43,6 @@ char **argv; { FILE *fp; -#ifdef CPM - fixargs("mtext", &argc, &argv); -#endif - progname = *argv++; argc--; @@ -171,7 +166,6 @@ int maxlen; { int linwidt; - char *strncpy(); char *slin; int i, j;