From: Mark Andrews Date: Fri, 28 Jun 2002 05:59:22 +0000 (+0000) Subject: consistant white space w/ BIND 8 X-Git-Tag: v9.0.1^2~8294 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=e8fb857c20f31d219528bbd1bfda593690864373;p=thirdparty%2Fbind9.git consistant white space w/ BIND 8 --- diff --git a/lib/bind/irs/gai_strerror.c b/lib/bind/irs/gai_strerror.c index 5ab8eac22c2..c487e685515 100644 --- a/lib/bind/irs/gai_strerror.c +++ b/lib/bind/irs/gai_strerror.c @@ -51,7 +51,7 @@ const char * gai_strerror(int ecode) { #ifndef DO_PTHREADS static char buf[EAI_BUFSIZE]; -#else /* DO_PTHREADS */ +#else /* DO_PTHREADS */ static pthread_mutex_t lock = PTHREAD_MUTEX_INITIALIZER; static pthread_key_t key; static int once = 0;