diff options
author | Danilo G. Baio <dbaio@FreeBSD.org> | 2019-11-24 18:52:56 +0000 |
---|---|---|
committer | Danilo G. Baio <dbaio@FreeBSD.org> | 2019-11-24 18:52:56 +0000 |
commit | 1f262a1a34fde495892877756dde255dcf5ddac0 (patch) | |
tree | 48e4c1bcd7bbccc4d29e507875e5699fc7119cb3 /irc/eggdrop16/files/patch-src_tclhash.c | |
parent | Update to version 2.3.1 (diff) |
irc/eggdrop: Copy to irc/eggdrop16
Make way for irc/eggdrop to be updated to its latest stable version (1.8.4).
Notes
Notes:
svn path=/head/; revision=518348
Diffstat (limited to 'irc/eggdrop16/files/patch-src_tclhash.c')
-rw-r--r-- | irc/eggdrop16/files/patch-src_tclhash.c | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/irc/eggdrop16/files/patch-src_tclhash.c b/irc/eggdrop16/files/patch-src_tclhash.c new file mode 100644 index 000000000000..69fc2eea7a3d --- /dev/null +++ b/irc/eggdrop16/files/patch-src_tclhash.c @@ -0,0 +1,13 @@ +$NetBSD: patch-src_tclhash.c,v 1.1 2012/11/16 00:35:28 joerg Exp $ + +--- src/tclhash.c.orig 2012-11-15 10:32:40.000000000 +0000 ++++ src/tclhash.c +@@ -109,7 +109,7 @@ static inline void tcl_bind_list_delete( + 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; |