summaryrefslogtreecommitdiff
path: root/www/lynx/patches/patch-bc
diff options
context:
space:
mode:
Diffstat (limited to 'www/lynx/patches/patch-bc')
-rw-r--r--www/lynx/patches/patch-bc13
1 files changed, 13 insertions, 0 deletions
diff --git a/www/lynx/patches/patch-bc b/www/lynx/patches/patch-bc
new file mode 100644
index 00000000000..ea8d8d4eb35
--- /dev/null
+++ b/www/lynx/patches/patch-bc
@@ -0,0 +1,13 @@
+$NetBSD: patch-bc,v 1.1 2006/05/29 16:58:18 drochner Exp $
+
+--- src/HTForms.h.orig 2003-06-02 03:16:28.000000000 +0200
++++ src/HTForms.h
+@@ -40,7 +40,7 @@ typedef struct _InputFieldData {
+ CONST char *md;
+ CONST char *min;
+ CONST char *name;
+- CONST char *size;
++ int size;
+ CONST char *src;
+ CONST char *type;
+ char *value;