mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-01 15:05:23 +00:00
consistant white space w/ BIND 8
This commit is contained in:
@@ -51,7 +51,7 @@ const char *
|
|||||||
gai_strerror(int ecode) {
|
gai_strerror(int ecode) {
|
||||||
#ifndef DO_PTHREADS
|
#ifndef DO_PTHREADS
|
||||||
static char buf[EAI_BUFSIZE];
|
static char buf[EAI_BUFSIZE];
|
||||||
#else /* DO_PTHREADS */
|
#else /* DO_PTHREADS */
|
||||||
static pthread_mutex_t lock = PTHREAD_MUTEX_INITIALIZER;
|
static pthread_mutex_t lock = PTHREAD_MUTEX_INITIALIZER;
|
||||||
static pthread_key_t key;
|
static pthread_key_t key;
|
||||||
static int once = 0;
|
static int once = 0;
|
||||||
|
Reference in New Issue
Block a user