# HG changeset patch # User Richard M. Stallman # Date 782524210 0 # Node ID f0d3266e07d7c154d61a774afcf96a21e3b81add # Parent 3fdda43899238b56dddce89fce39363f468c3ddc Fix mismatch in conditionals. diff -r 3fdda4389923 -r f0d3266e07d7 lib-src/pop.c --- 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 #include #include + #ifdef sun #include #endif -#endif + #ifdef HESIOD #include /* @@ -46,10 +47,17 @@ */ extern struct servent *hes_getservbyname (/* char *, char * */); #endif + #include #include #include #include + +extern char *getenv (/* char * */); +extern char *getlogin (/* void */); +extern char *getpass (/* char * */); +extern char *strerror (/* int */); + #ifdef KERBEROS #ifndef KRB5 #include @@ -60,12 +68,6 @@ #include #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 *,