]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
Lose K&R prototype macro
authorHarlan Stenn <stenn@ntp.org>
Tue, 30 Jan 2007 06:09:52 +0000 (01:09 -0500)
committerHarlan Stenn <stenn@ntp.org>
Tue, 30 Jan 2007 06:09:52 +0000 (01:09 -0500)
bk: 45bee13037nC33wE0S5cLBU49_zX-A

libntp/ntp_rfc2553.c

index b5e0ecacc9646bdedbcfe06476b8fd71b1aa804e..97959ae08ea70334b5c8219bf65aa8db66218cf6 100644 (file)
@@ -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,