aboutsummaryrefslogtreecommitdiff
path: root/graphics/xfig/files
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1995-01-05 05:41:17 +0000
committerSatoshi Asami <asami@FreeBSD.org>1995-01-05 05:41:17 +0000
commitb503dd609b7450aa6ac74b3f8e2a6613e3e59fda (patch)
tree83e5c439fc3b3b1aa15f4f5c873249e915b1744b /graphics/xfig/files
parent6e554817d82f5e2745b7d52e812709049c747719 (diff)
Notes
Diffstat (limited to 'graphics/xfig/files')
-rw-r--r--graphics/xfig/files/patch-aa12
1 files changed, 8 insertions, 4 deletions
diff --git a/graphics/xfig/files/patch-aa b/graphics/xfig/files/patch-aa
index f01e258267c1..d69247aaa89b 100644
--- a/graphics/xfig/files/patch-aa
+++ b/graphics/xfig/files/patch-aa
@@ -1,8 +1,12 @@
-*** fig.h.orig Wed Nov 23 02:13:41 1994
---- fig.h Wed Nov 23 02:19:18 1994
+*** fig.h.orig Wed Jun 1 23:35:23 1994
+--- fig.h Wed Jan 4 20:58:06 1995
***************
-*** 223,225 ****
+*** 228,234 ****
+
+ extern int errno;
extern int sys_nerr;
- extern char *sys_errlist[];
+ extern char *mktemp();
---- 223,224 ----
+ #include <math.h> /* for sin(), cos() etc */
+--- 228,233 ----