summaryrefslogtreecommitdiff
path: root/editors/emacs/patches/patch-bm
diff options
context:
space:
mode:
Diffstat (limited to 'editors/emacs/patches/patch-bm')
-rw-r--r--editors/emacs/patches/patch-bm19
1 files changed, 0 insertions, 19 deletions
diff --git a/editors/emacs/patches/patch-bm b/editors/emacs/patches/patch-bm
deleted file mode 100644
index 17924bafbf0..00000000000
--- a/editors/emacs/patches/patch-bm
+++ /dev/null
@@ -1,19 +0,0 @@
-$NetBSD: patch-bm,v 1.1 2000/09/26 21:42:36 eeh Exp $
-
---- ./src/alloc.c.orig Thu Sep 16 00:20:15 1999
-+++ ./src/alloc.c Tue Sep 26 11:54:24 2000
-@@ -53,12 +53,13 @@
-
- #if defined (__STDC__) && __STDC__
- #include <stddef.h>
-+#include <malloc.h>
- #define __malloc_size_t size_t
- #else
- #define __malloc_size_t unsigned int
- #endif
- extern __malloc_size_t _bytes_used;
--extern int __malloc_extra_blocks;
-+extern __malloc_size_t __malloc_extra_blocks;
- #endif /* !defined(DOUG_LEA_MALLOC) */
-
- #define max(A,B) ((A) > (B) ? (A) : (B))