Skip to content

Commit

Permalink
* resolv/res_send.c: Remove unnecessary res_pquery prototype.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulrich Drepper committed Jul 9, 2008
1 parent fdc769f commit 835113c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
2008-07-09 Ulrich Drepper <drepper@redhat.com>

* resolv/res_send.c: Remove unnecessary res_pquery prototype.

* resolv/res_query.c (__libc_res_nquery): Issue debug message only
if DEBUG is defined.

Expand Down
1 change: 0 additions & 1 deletion resolv/res_send.c
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,6 @@ static int sock_eq(struct sockaddr_in6 *, struct sockaddr_in6 *);
/* Reachover. */

static void convaddr4to6(struct sockaddr_in6 *sa);
void res_pquery(const res_state, const u_char *, int, FILE *);

/* Public. */

Expand Down

0 comments on commit 835113c

Please sign in to comment.