]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
pullup:
authorMark Andrews <marka@isc.org>
Thu, 15 Nov 2001 06:21:38 +0000 (06:21 +0000)
committerMark Andrews <marka@isc.org>
Thu, 15 Nov 2001 06:21:38 +0000 (06:21 +0000)
extra text after #else

lib/bind/irs/gai_strerror.c

index 32c6d1ed538ab23c8cf4e6770e67b658ec12db66..5ab8eac22c231630b9914307138100f3a4ea11bf 100644 (file)
@@ -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;