forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
11 lines
322 B
C
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;
|