From: Harlan Stenn Date: Tue, 30 Jan 2007 06:09:52 +0000 (-0500) Subject: Lose K&R prototype macro X-Git-Tag: NTP_4_2_5P4~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=218fd623133ac1d9b822678b5ab9930f141eb9ea;p=thirdparty%2Fntp.git Lose K&R prototype macro bk: 45bee13037nC33wE0S5cLBU49_zX-A --- diff --git a/libntp/ntp_rfc2553.c b/libntp/ntp_rfc2553.c index b5e0ecacc..97959ae08 100644 --- a/libntp/ntp_rfc2553.c +++ b/libntp/ntp_rfc2553.c @@ -127,8 +127,8 @@ DNSlookup_name( } #endif -static int do_nodename P((const char *nodename, struct addrinfo *ai, - const struct addrinfo *hints)); +static int do_nodename (const char *nodename, struct addrinfo *ai, + const struct addrinfo *hints); int getaddrinfo (const char *nodename, const char *servname,