Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
625ad89f
Commit
625ad89f
authored
Oct 18, 1994
by
Richard M. Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix mismatch in conditionals.
parent
51eebc4f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
7 deletions
+9
-7
lib-src/pop.c
lib-src/pop.c
+9
-7
No files found.
lib-src/pop.c
View file @
625ad89f
...
...
@@ -32,10 +32,11 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#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 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
*/
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 @@ extern struct servent *hes_getservbyname (/* char *, char * */);
#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 *,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment