From: Richard M. Stallman Date: Mon, 26 Aug 1996 16:10:43 +0000 (+0000) Subject: Reverse conditional in previous change. X-Git-Tag: emacs-20.1~4010 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=41f21300076e539c081ab35db531d0b86515112f;p=emacs.git Reverse conditional in previous change. --- diff --git a/lib-src/pop.c b/lib-src/pop.c index 69c330b21c6..5657df5a5d0 100644 --- a/lib-src/pop.c +++ b/lib-src/pop.c @@ -75,13 +75,13 @@ extern struct servent *hes_getservbyname (/* char *, char * */); #ifdef KERBEROS #ifndef KRB5 -#ifdef SOLARIS2 +#ifndef SOLARIS2 #include #include -#else /* SOLARIS2 */ +#else /* not SOLARIS2 */ #include #include -#endif /* SOLARIS2 */ +#endif /* not SOLARIS2 */ #else /* KRB5 */ #include #include