--- ray/src/rt/rpmain.c 2003/06/26 00:58:10 2.4 +++ ray/src/rt/rpmain.c 2003/07/14 20:02:30 2.6 @@ -1,5 +1,5 @@ #ifndef lint -static const char RCSid[] = "$Id: rpmain.c,v 2.4 2003/06/26 00:58:10 schorsch Exp $"; +static const char RCSid[] = "$Id: rpmain.c,v 2.6 2003/07/14 20:02:30 schorsch Exp $"; #endif /* * rpmain.c - main for rpict batch rendering program @@ -9,11 +9,9 @@ static const char RCSid[] = "$Id: rpmain.c,v 2.4 2003/ #include #include -#ifdef _WIN32 - #include /* getpid */ -#endif #include "platform.h" +#include "rtprocess.h" /* getpid() */ #include "ray.h" #include "source.h" #include "ambient.h" @@ -292,7 +290,6 @@ char *argv[]; if (loadflags & IO_INFO) { /* print header */ printargs(i, argv, stdout); printf("SOFTWARE= %s\n", VersionID); - fputnow(stdout); } marksources(); /* find and mark sources */ @@ -426,8 +423,6 @@ char *msg; void printdefaults() /* print default values to stdout */ { - register char *cp; - printf("-vt%c\t\t\t\t# view type %s\n", ourview.type, ourview.type==VT_PER ? "perspective" : ourview.type==VT_PAR ? "parallel" :