jow ad7b409a83 [packages] tmux: fix b64_ntop conflict
Certain uClibc versions declare b64_ntop but do not actually implement it, this leads to conflicting declarations
when the tmux compat replacement function is used. Rename the replacement to local_b64_ntop and define b64_ntop
to local_b64_ntop if the libc indeed implements it.


git-svn-id: svn://svn.openwrt.org/openwrt/packages@30355 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-02-07 14:49:34 +00:00
2011-11-16 17:09:20 +00:00
2009-04-17 14:22:30 +00:00
2012-01-12 09:23:11 +00:00
Description
No description provided
20 MiB
Languages
C 56.1%
Makefile 29.5%
Shell 7.8%
PHP 6.1%
JavaScript 0.3%