ntpd: use MSG_DONTWAIT; better readability
authorDenys Vlasenko <vda.linux@googlemail.com>
Tue, 24 Nov 2009 13:04:15 +0000 (14:04 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Tue, 24 Nov 2009 13:04:15 +0000 (14:04 +0100)
commit363e89b1ee7a70e1328370e7c0db2852d06c15bf
treeb1c636f02961b2601c9bdb9fa6fb52f07b6477e1
parentca6c7e42f93eb2b0ce246eafd8b0e4ac27414f6b
ntpd: use MSG_DONTWAIT; better readability

function                                             old     new   delta
gettime_fp                                             -      39     +39
ntpd_main                                           3214    3199     -15
gettime                                               47       -     -47
------------------------------------------------------------------------------
(add/remove: 1/1 grow/shrink: 0/1 up/down: 39/-62)            Total: -23 bytes

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