Mercurial > hg > xemacs-beta
comparison lib-src/pop.c @ 213:78f53ef88e17 r20-4b5
Import from CVS: tag r20-4b5
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:06:47 +0200 |
parents | 3bb7ccffb0c0 |
children | 11cf20601dec |
comparison
equal
deleted
inserted
replaced
212:d8688acf4c5b | 213:78f53ef88e17 |
---|---|
70 | 70 |
71 #include <pwd.h> | 71 #include <pwd.h> |
72 #include <netdb.h> | 72 #include <netdb.h> |
73 #include <errno.h> | 73 #include <errno.h> |
74 #include <stdio.h> | 74 #include <stdio.h> |
75 | |
76 #include <unistd.h> | |
77 #include <sys/stat.h> | |
78 #include <sys/file.h> | |
79 #include "../src/syswait.h" | |
80 #include "../src/systime.h" | |
81 #include <stdlib.h> | |
82 #include <string.h> | |
75 | 83 |
76 #ifdef KERBEROS | 84 #ifdef KERBEROS |
77 #ifndef KRB5 | 85 #ifndef KRB5 |
78 #include <des.h> | 86 #include <des.h> |
79 #include <krb.h> | 87 #include <krb.h> |
625 } | 633 } |
626 | 634 |
627 if (ret) | 635 if (ret) |
628 { | 636 { |
629 free (ptr); | 637 free (ptr); |
630 return (0); | 638 /* return (0); */ |
631 } | 639 } |
640 /* This function used to fall off the end, but that doesn't make any sense */ | |
641 return (0); | |
632 } | 642 } |
633 | 643 |
634 int | 644 int |
635 pop_retrieve_first (server, message, response) | 645 pop_retrieve_first (server, message, response) |
636 popserver server; | 646 popserver server; |