1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
diff -c -r1.1 fig.h *** 1.1 1995/01/21 20:05:21 --- fig.h 1995/01/21 20:06:39 *************** *** 233,239 **** --- 233,241 ---- extern int errno; extern int sys_nerr; + #if (! (defined(BSD) && (BSD >= 199306))) extern char *sys_errlist[]; + #endif extern char *mktemp(); #include <math.h> /* for sin(), cos() etc */