summaryrefslogtreecommitdiff
path: root/editors/hnb/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'editors/hnb/patches/patch-ab')
-rw-r--r--editors/hnb/patches/patch-ab27
1 files changed, 0 insertions, 27 deletions
diff --git a/editors/hnb/patches/patch-ab b/editors/hnb/patches/patch-ab
deleted file mode 100644
index 418642ea9cb..00000000000
--- a/editors/hnb/patches/patch-ab
+++ /dev/null
@@ -1,27 +0,0 @@
-$NetBSD: patch-ab,v 1.3 2005/03/11 21:22:24 rillig Exp $
-
-In NetBSD-1.6.2, the <stdlib.h> header uses the word bufsize as a
-parameter name in a function prototype. The "file.h" header #defines
-bufsize to 4096, which leads to a parser error.
-
---- src/ui_cli.c.orig Fri Mar 14 05:55:14 2003
-+++ src/ui_cli.c Fri Mar 11 20:19:55 2005
-@@ -22,14 +22,15 @@
- #include <config.h>
- #endif
-
-+#include <stdio.h>
-+#include <stdlib.h>
-+#include <string.h>
-+
- #include "tree.h"
- #include "file.h"
- #include "path.h"
- #include "prefs.h"
- #include "cli.h"
--#include <stdio.h>
--#include <stdlib.h>
--#include <string.h>
- #include "ui_cli.h"
-
-