# HG changeset patch # User Richard M. Stallman # Date 841075843 0 # Node ID 3553d10dbcf5fef6578857396c0e9120e3191b66 # Parent 9df952241adc0b6d2aa8b7ac0f39a23362f6d2ff Reverse conditional in previous change. diff -r 9df952241adc -r 3553d10dbcf5 lib-src/pop.c --- a/lib-src/pop.c Mon Aug 26 15:33:13 1996 +0000 +++ b/lib-src/pop.c Mon Aug 26 16:10:43 1996 +0000 @@ -75,13 +75,13 @@ #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