summaryrefslogtreecommitdiff
path: root/textproc/helpdeco/patches/patch-ae
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/helpdeco/patches/patch-ae')
-rw-r--r--textproc/helpdeco/patches/patch-ae28
1 files changed, 0 insertions, 28 deletions
diff --git a/textproc/helpdeco/patches/patch-ae b/textproc/helpdeco/patches/patch-ae
deleted file mode 100644
index fe3566ad56f..00000000000
--- a/textproc/helpdeco/patches/patch-ae
+++ /dev/null
@@ -1,28 +0,0 @@
-$NetBSD: patch-ae,v 1.1.1.1 2001/05/23 15:47:45 agc Exp $
-
---- helpdeco.h.orig Wed May 9 05:48:55 2001
-+++ helpdeco.h Wed May 9 06:04:46 2001
-@@ -7,8 +7,8 @@
- #include <stdarg.h>
- #include <stdlib.h>
- #include <string.h>
--#include <conio.h>
- #include <ctype.h>
-+#include "compat.h"
-
- #ifdef __TURBOC__
- typedef struct { char a,b,c; } align;
-@@ -588,7 +588,6 @@
- MFILE;
-
- extern void error(char *format,...);
--extern size_t strlcpy(char *dest,char *src,size_t len); /* limited string copy */
- extern void *my_malloc(long bytes); /* save malloc function */
- extern void *my_realloc(void *ptr,long bytes); /* save realloc function */
- extern char *my_strdup(char *ptr); /* save strdup function */
-@@ -651,4 +650,5 @@
- extern void LinkDump(FILE *HelpFile);
- extern void AnnotationDump(FILE *HelpFile,long FileLength,char *name);
-
-+extern BOOL overwrite; /* ugly: declared in HELPDECO.C */
- #endif