aboutsummaryrefslogtreecommitdiff
path: root/japanese/lynx/files/patch-ad
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1998-11-02 04:02:00 +0000
committerSteve Price <steve@FreeBSD.org>1998-11-02 04:02:00 +0000
commit8b256362dc7e5e26fa34c28b48b569ee85752997 (patch)
tree5bef5ed2b1c92629abbd500bed9b17047f9c390b /japanese/lynx/files/patch-ad
parent3452bd57dce885b1bb0a89dc6b1c4a04277399d2 (diff)
downloadports-8b256362dc7e5e26fa34c28b48b569ee85752997.tar.gz
ports-8b256362dc7e5e26fa34c28b48b569ee85752997.zip
Notes
Diffstat (limited to 'japanese/lynx/files/patch-ad')
-rw-r--r--japanese/lynx/files/patch-ad20
1 files changed, 10 insertions, 10 deletions
diff --git a/japanese/lynx/files/patch-ad b/japanese/lynx/files/patch-ad
index b61e1b1ec678..e74262d99eab 100644
--- a/japanese/lynx/files/patch-ad
+++ b/japanese/lynx/files/patch-ad
@@ -1,17 +1,17 @@
---- src/LYHistory.c.orig Thu Apr 23 21:35:21 1998
-+++ src/LYHistory.c Sun Apr 26 00:13:01 1998
+--- src/LYHistory.c.orig Thu Aug 6 21:28:22 1998
++++ src/LYHistory.c Mon Aug 10 01:44:44 1998
@@ -22,6 +22,10 @@
+ #include <LYexit.h>
+ #include <LYLeaks.h>
- #include "LYexit.h"
- #include "LYLeaks.h"
-+
-+#include "HTCJK.h"
++#include <HTCJK.h>
+extern HTCJKlang HTCJK;
+extern HTkcode kanji_code;
-
- #define FREE(x) if (x) {free(x); x = NULL;}
++
+ PUBLIC HTList * Visited_Links = NULL; /* List of safe popped docs. */
-@@ -433,6 +437,20 @@
+ /*
+@@ -415,6 +419,20 @@
} else {
StrAllocCopy(Title, "(no title)");
}
@@ -32,7 +32,7 @@
fprintf(fp0,
"%s<em>%d</em>. <tab id=t%d><a href=\"LYNXHIST:%d\">%s</a>\n",
(x > 99 ? "" : x < 10 ? " " : " "),
-@@ -601,6 +619,20 @@
+@@ -568,6 +586,20 @@
LYEntify(&Title, TRUE);
} else {
StrAllocCopy(Title , "(no title)");