opnsense-ports/irc/eggdrop-devel/files/patch-src-tclhash.c
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

11 lines
322 B
C

--- src/tclhash.c.orig 2013-05-13 15:18:05.000000000 +0200
+++ src/tclhash.c 2013-05-13 15:18:12.000000000 +0200
@@ -113,7 +113,7 @@
nfree(tl);
}
-inline void garbage_collect_tclhash(void)
+void garbage_collect_tclhash(void)
{
tcl_bind_list_t *tl, *tl_next, *tl_prev;
tcl_bind_mask_t *tm, *tm_next, *tm_prev;