summaryrefslogtreecommitdiff
path: root/print/dviselect/files/patch-ac
diff options
context:
space:
mode:
authorJean-Marc Zucconi <jmz@FreeBSD.org>1997-08-19 18:05:37 +0000
committerJean-Marc Zucconi <jmz@FreeBSD.org>1997-08-19 18:05:37 +0000
commit4a9f39b5ce1df6e6bad0a7225f4b46ea59901a33 (patch)
tree077cddd233e44657ae45169e53f7be1ffdeeb2a5 /print/dviselect/files/patch-ac
parentAdd Website META Language (WML) (diff)
The distfile disapeared from the original site. Use another MASTER_SITES.
The version number is the same but there are slight changes in the sources. This is why all the files have changed.
Notes
Notes: svn path=/head/; revision=7622
Diffstat (limited to 'print/dviselect/files/patch-ac')
-rw-r--r--print/dviselect/files/patch-ac26
1 files changed, 12 insertions, 14 deletions
diff --git a/print/dviselect/files/patch-ac b/print/dviselect/files/patch-ac
index aad465fe4806..1a4e3d34242f 100644
--- a/print/dviselect/files/patch-ac
+++ b/print/dviselect/files/patch-ac
@@ -1,14 +1,12 @@
-*** lib/font.c~ Tue Nov 27 08:53:20 1990
---- lib/font.c Thu Oct 6 22:02:07 1994
-***************
-*** 67,75 ****
- */
- extern int errno;
- char *getenv(), *malloc(), *strsave();
-- #ifndef sys5
-- char *sprintf();
-- #endif
-
- static readconf();
- static setfont();
---- 67,72 ----
+--- lib/font.c~ Thu Mar 14 21:57:06 1991
++++ lib/font.c Tue Aug 19 18:43:47 1997
+@@ -67,9 +67,6 @@
+ */
+ extern int errno;
+ char *getenv(), *malloc(), *strsave();
+-#if !(defined(sys5) || defined(_AIX))
+-char *sprintf();
+-#endif
+
+ static readconf();
+ static setfont();