CVSROOT: /cvs Module name: src Changes by: [email protected] 2013/04/30 05:42:56
Modified files:
usr.sbin/ntpd : client.c ntp_msg.c ntpd.h server.c
Log message:
Remove unused function argument variables 'len' and 'auth' from
ntp_sendmsg(). They have been removed from the function body in the past
but not from the argument list.
>From Maxime Villard
