2228. [contrib] contrib: Change 2218 was incomplete.
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
2228. [contrib] contrib: Change 2218 was incomplete.
|
||||
|
||||
2227. [cleanup] Tidied up the FAQ. [RT #17121]
|
||||
|
||||
2226. [bug] Fix build error. [RT #17124]
|
||||
|
||||
Vendored
+2078
-1850
File diff suppressed because it is too large
Load Diff
@@ -18,7 +18,7 @@
|
||||
/***
|
||||
*** DNS Query Performance Testing Tool (queryperf.c)
|
||||
***
|
||||
*** Version $Id: queryperf.c,v 1.1.1.2.2.5.4.4 2006/01/05 02:06:09 marka Exp $
|
||||
*** Version $Id: queryperf.c,v 1.1.1.2.2.5.4.5 2007/09/05 07:48:54 marka Exp $
|
||||
***
|
||||
*** Stephen Jacob <sj@nominum.com>
|
||||
***/
|
||||
@@ -39,9 +39,12 @@
|
||||
#include <math.h>
|
||||
#include <errno.h>
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#ifndef HAVE_GETADDRINFO
|
||||
#include "missing/addrinfo.h"
|
||||
#endif
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Configuration defaults
|
||||
@@ -217,7 +220,7 @@ void
|
||||
show_startup_info(void) {
|
||||
printf("\n"
|
||||
"DNS Query Performance Testing Tool\n"
|
||||
"Version: $Id: queryperf.c,v 1.1.1.2.2.5.4.4 2006/01/05 02:06:09 marka Exp $\n"
|
||||
"Version: $Id: queryperf.c,v 1.1.1.2.2.5.4.5 2007/09/05 07:48:54 marka Exp $\n"
|
||||
"\n");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user