aboutsummaryrefslogtreecommitdiff
path: root/graphics/xfig/files/patch-aa
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>1995-05-29 13:46:42 +0000
committercvs2svn <cvs2svn@FreeBSD.org>1995-05-29 13:46:42 +0000
commit444bcd3c2ed803274c8deafa2c3fa03f8a394653 (patch)
tree297f74782436a0f973b6b89d60c10f399af9a135 /graphics/xfig/files/patch-aa
parent56cb039977e097ac910b2d719acd77ec3d5fb646 (diff)
Notes
Diffstat (limited to 'graphics/xfig/files/patch-aa')
-rw-r--r--graphics/xfig/files/patch-aa21
1 files changed, 0 insertions, 21 deletions
diff --git a/graphics/xfig/files/patch-aa b/graphics/xfig/files/patch-aa
deleted file mode 100644
index 43b476f75dff..000000000000
--- a/graphics/xfig/files/patch-aa
+++ /dev/null
@@ -1,21 +0,0 @@
-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 */