summaryrefslogtreecommitdiff
path: root/www/snownews/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'www/snownews/patches/patch-ab')
-rw-r--r--www/snownews/patches/patch-ab13
1 files changed, 0 insertions, 13 deletions
diff --git a/www/snownews/patches/patch-ab b/www/snownews/patches/patch-ab
deleted file mode 100644
index bcbd9eb4486..00000000000
--- a/www/snownews/patches/patch-ab
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ab,v 1.3 2004/04/09 00:04:23 wiz Exp $
-
---- conversions.c.orig 2004-03-01 08:12:03.000000000 -0700
-+++ conversions.c
-@@ -37,7 +37,7 @@
-
- extern struct entity *first_entity;
-
--char * iconvert (char * inbuf, char * from, char * to) {
-+char * iconvert (const char * inbuf, char * from, char * to) {
- iconv_t cd; /* Iconvs conversion descriptor. */
- char *outbuf, *outbuf_first; /* We need two pointers so we do not lose
- the strings starting position. */