From e8fb857c20f31d219528bbd1bfda593690864373 Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Fri, 28 Jun 2002 05:59:22 +0000 Subject: [PATCH] consistant white space w/ BIND 8 --- lib/bind/irs/gai_strerror.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/bind/irs/gai_strerror.c b/lib/bind/irs/gai_strerror.c index 5ab8eac22c..c487e68551 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;