summaryrefslogtreecommitdiff
path: root/www/lynx/patches.v6/patch-ar
diff options
context:
space:
mode:
Diffstat (limited to 'www/lynx/patches.v6/patch-ar')
-rw-r--r--www/lynx/patches.v6/patch-ar34
1 files changed, 0 insertions, 34 deletions
diff --git a/www/lynx/patches.v6/patch-ar b/www/lynx/patches.v6/patch-ar
deleted file mode 100644
index 1be9b962459..00000000000
--- a/www/lynx/patches.v6/patch-ar
+++ /dev/null
@@ -1,34 +0,0 @@
-$NetBSD: patch-ar,v 1.2 2000/01/15 22:55:48 hubertf Exp $
-
-diff -x *.orig -urN ./WWW/Library/Implementation/HTWriter.h /usr/pkgsrc/www/lynx/work.unpatched/lynx2-8-2/WWW/Library/Implementation/HTWriter.h
---- ./WWW/Library/Implementation/HTWriter.h Thu Jan 1 01:00:00 1970
-+++ /usr/pkgsrc/www/lynx/work.unpatched/lynx2-8-2/WWW/Library/Implementation/HTWriter.h Sat Jan 15 07:57:18 2000
-@@ -0,0 +1,28 @@
-+/* */
-+
-+/* Unix File or Socket Writer HTWriter.c
-+** --------------------------
-+**
-+** This version of the stream object just writes to a socket.
-+** The socket is assumed open and closed afterward.
-+**
-+** There are two versions (identical on ASCII machines)
-+** one of which converts to ASCII on output.
-+**
-+** Bugs:
-+** strings written must be less than buffer size.
-+*/
-+
-+#ifndef HTWRITE_H
-+#define HTWRITE_H
-+
-+#include <HTStream.h>
-+
-+extern HTStream * HTWriter_new PARAMS((int soc));
-+
-+extern HTStream * HTASCIIWriter PARAMS((int soc));
-+
-+#endif
-+/*
-+
-+ */