diff options
Diffstat (limited to 'editors/emacs/patches/patch-bi')
-rw-r--r-- | editors/emacs/patches/patch-bi | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/editors/emacs/patches/patch-bi b/editors/emacs/patches/patch-bi new file mode 100644 index 00000000000..235e6037d29 --- /dev/null +++ b/editors/emacs/patches/patch-bi @@ -0,0 +1,13 @@ +$NetBSD: patch-bi,v 1.1 2000/09/26 21:42:35 eeh Exp $ + +--- ./src/gmalloc.c.orig Mon Feb 21 05:21:51 2000 ++++ ./src/gmalloc.c Tue Sep 26 09:44:47 2000 +@@ -371,7 +371,7 @@ + /* Are you experienced? */ + int __malloc_initialized; + +-__malloc_size_t __malloc_extra_blocks; ++__malloc_size_t __malloc_extra_blocks = 0; + + void (*__malloc_initialize_hook) PP ((void)); + void (*__after_morecore_hook) PP ((void)); |