2228. [contrib] contrib: Change 2218 was incomplete.

This commit is contained in:
Mark Andrews
2007-09-05 07:48:54 +00:00
parent 50955b73e0
commit dcc11f87a8
3 changed files with 2085 additions and 1852 deletions
+2
View File
@@ -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]
+2078 -1850
View File
File diff suppressed because it is too large Load Diff
+5 -2
View File
@@ -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");
}