summaryrefslogtreecommitdiff
path: root/print/pic2fig/files/patch-ac
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2001-01-16 23:01:57 +0000
committerWill Andrews <will@FreeBSD.org>2001-01-16 23:01:57 +0000
commitf73338fa16a26f5ddbd676248ba34eb5eeb04355 (patch)
treeaa47ea2a272f1dce3a49e2696f25adb0e08f0839 /print/pic2fig/files/patch-ac
parentupdate to ghostscript v 6.50 (diff)
Add pic2fig 1.4, a pic format to fig format converter.
PR: 24388 Submitted by: Patrick Powell <papowell@astart.com>
Diffstat (limited to 'print/pic2fig/files/patch-ac')
-rw-r--r--print/pic2fig/files/patch-ac14
1 files changed, 14 insertions, 0 deletions
diff --git a/print/pic2fig/files/patch-ac b/print/pic2fig/files/patch-ac
new file mode 100644
index 000000000000..23986aa3f6b3
--- /dev/null
+++ b/print/pic2fig/files/patch-ac
@@ -0,0 +1,14 @@
+--- main.c.orig Mon Feb 8 06:21:12 1988
++++ main.c Tue Jan 16 08:26:39 2001
+@@ -1,10 +1,10 @@
+ #include <stdio.h>
+ #include <ctype.h>
++#include <strings.h>
+ #include "pic.h"
+ #include "picy.h"
+
+ static reset();
+-extern char *sprintf(), *strcpy();
+
+ struct obj *objlist[MAXOBJ]; /* store the elements here */
+ int nobj = 0;