$OpenBSD: patch-base_src_common_except_c,v 1.1 2003/05/23 13:22:14 todd Exp $
--- base/src/common/except.c.orig	Sat Mar 29 16:15:23 2003
+++ base/src/common/except.c	Thu May 22 17:46:42 2003
@@ -103,7 +103,7 @@ _throw(catch_t *_cb, const char *fname, 
 void
 onthrow_remove(const char *path)
 {
-  excpt_unwind *uw = GC_MALLOC(sizeof(excpt_unwind));
+  excpt_unwind *uw = malloc(sizeof(excpt_unwind));
   uw->isArmed = TRUE;
   uw->path = xstrdup(path);
 
