From: Richard M. Stallman Date: Tue, 18 Oct 1994 23:50:10 +0000 (+0000) Subject: Fix mismatch in conditionals. X-Git-Tag: emacs-19.34~6254 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=625ad89f2a487f48f7436865b31d82e96247890f;p=emacs.git Fix mismatch in conditionals. --- diff --git a/lib-src/pop.c b/lib-src/pop.c index 3acacaa8919..66b26907105 100644 --- a/lib-src/pop.c +++ b/lib-src/pop.c @@ -32,10 +32,11 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #include #include #include + #ifdef sun #include #endif -#endif + #ifdef HESIOD #include /* @@ -46,10 +47,17 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ */ 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 @@ extern struct servent *hes_getservbyname (/* char *, char * */); #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 *,