1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/graphics/xfig/files/patch-aa
Satoshi Asami 9cda78b31f Upgrade, 3.1.2 -> 3.1.3
Submitted by: "Philippe Charnier" <charnier@lirmm.fr>
1995-01-28 18:29:35 +00:00

22 lines
512 B
Plaintext

diff -u -r1.1 fig.h
--- 1.1 1995/01/25 19:48:10
+++ fig.h 1995/01/25 19:58:44
@@ -20,6 +20,7 @@
/* For the X stuff, include only Xlib.h and Intrinsic.h here -
use figx.h for widget stuff */
+#include <sys/param.h>
#include <sys/stat.h>
#if defined(__convex__) && defined(__STDC__)
@@ -41,7 +42,9 @@
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 */