ntpd: try to avoid using libm. -1.2k if we succeed
authorDenys Vlasenko <vda.linux@googlemail.com>
Sun, 3 Jan 2010 20:06:27 +0000 (21:06 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Sun, 3 Jan 2010 20:06:27 +0000 (21:06 +0100)
commitd498ff0ac474c00dd4e08939d2b3cc3da6f2cb78
treee12f6abfd34d27b392e887b7c68e9c54c30094eb
parent510f56aa6fe62465989507b163ab737c2cf882aa
ntpd: try to avoid using libm. -1.2k if we succeed

uclibc's sqrt(x) is pathetic, 411 bytes? it can be ~100...

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
networking/ntpd.c