1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-07 22:58:11 +00:00
freebsd-ports/graphics/xfig/files/patch-aa

16 lines
338 B
Plaintext
Raw Normal View History

1995-01-24 05:54:23 +00:00
diff -c -r1.1 fig.h
*** 1.1 1995/01/21 20:05:21
--- fig.h 1995/01/21 20:06:39
***************
1995-01-24 05:54:23 +00:00
*** 233,239 ****
--- 233,241 ----
extern int errno;
extern int sys_nerr;
1995-01-24 05:54:23 +00:00
+ #if (! (defined(BSD) && (BSD >= 199306)))
extern char *sys_errlist[];
+ #endif
extern char *mktemp();
#include <math.h> /* for sin(), cos() etc */