changeset 9600:f0d3266e07d7

Fix mismatch in conditionals.
author Richard M. Stallman <rms@gnu.org>
date Tue, 18 Oct 1994 23:50:10 +0000
parents 3fdda4389923
children 18c1f0c8c6ec
files lib-src/pop.c
diffstat 1 files changed, 9 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/lib-src/pop.c	Tue Oct 18 23:29:31 1994 +0000
+++ b/lib-src/pop.c	Tue Oct 18 23:50:10 1994 +0000
@@ -32,10 +32,11 @@
 #include <netinet/in.h>
 #include <sys/socket.h>
 #include <pop.h>
+
 #ifdef sun
 #include <malloc.h>
 #endif
-#endif
+
 #ifdef HESIOD
 #include <hesiod.h>
 /*
@@ -46,10 +47,17 @@
  */
 extern struct servent *hes_getservbyname (/* char *, char * */);
 #endif
+
 #include <pwd.h>
 #include <netdb.h>
 #include <errno.h>
 #include <stdio.h>
+
+extern char *getenv (/* char * */);
+extern char *getlogin (/* void */);
+extern char *getpass (/* char * */);
+extern char *strerror (/* int */);
+
 #ifdef KERBEROS
 #ifndef KRB5
 #include <des.h>
@@ -60,12 +68,6 @@
 #include <ctype.h>
 #endif /* KRB5 */
 
-extern char *getenv (/* char * */);
-extern char *getlogin (/* void */);
-extern char *getpass (/* char * */);
-extern char *strerror (/* int */);
-
-#ifdef KERBEROS
 extern int krb_sendauth (/* long, int, KTEXT, char *, char *, char *,
 			 u_long, MSG_DAT *, CREDENTIALS *, Key_schedule,
 			 struct sockaddr_in *, struct sockaddr_in *,