--- ray/src/util/xglaresrc.c 1991/11/12 17:19:29 2.1 +++ ray/src/util/xglaresrc.c 1992/03/19 09:38:14 2.3 @@ -13,14 +13,11 @@ static char SCCSid[] = "$SunId$ LBL"; #include "standard.h" #include "view.h" #include "resolu.h" +#include "vfork.h" #include #include #include -#ifndef BSD -#define vfork fork -#endif - #define XIM "ximage" #define NSEG 30 /* number of segments per circle */ @@ -47,7 +44,6 @@ main(argc, argv) int argc; char *argv[]; { - extern double atof(); char *windowname = NULL; FILE *fp;