]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
(getanswer): Remove __P use in variable definition.
authorUlrich Drepper <drepper@redhat.com>
Tue, 7 Sep 2004 21:10:49 +0000 (21:10 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 7 Sep 2004 21:10:49 +0000 (21:10 +0000)
resolv/gethnamaddr.c

index 42d81f30e38a82e4d370a0a025d8ddbebf15c8b8..ac636711a54178c4c43aad84d0eb1a72a99e7a70 100644 (file)
@@ -193,7 +193,7 @@ getanswer(answer, anslen, qname, qtype)
        int toobig = 0;
        char tbuf[MAXDNAME];
        const char *tname;
-       int (*name_ok) __P((const char *));
+       int (*name_ok) (const char *);
 
        tname = qname;
        host.h_name = NULL;