aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src/pop.c
diff options
context:
space:
mode:
authorJoakim Verona2011-02-05 11:23:09 +0100
committerJoakim Verona2011-02-05 11:23:09 +0100
commit4bd51ad5c3445b644dfb017d5b57b10a90aa325f (patch)
tree894801e7308ce4ecc34933f959e28f4b9cff9533 /lib-src/pop.c
parent13cfe8df462ab8da9f0028e16cc84dcaceaca3d1 (diff)
parent9bcaafce5351d270ac514e23cb69ff1a5fd35229 (diff)
downloademacs-4bd51ad5c3445b644dfb017d5b57b10a90aa325f.tar.gz
emacs-4bd51ad5c3445b644dfb017d5b57b10a90aa325f.zip
merge from upstream. currently seems to have bitroted and i get segfaults
Diffstat (limited to 'lib-src/pop.c')
-rw-r--r--lib-src/pop.c10
1 files changed, 3 insertions, 7 deletions
diff --git a/lib-src/pop.c b/lib-src/pop.c
index 9eabbd2041e..a3fda09d44f 100644
--- a/lib-src/pop.c
+++ b/lib-src/pop.c
@@ -1,6 +1,7 @@
1/* pop.c: client routines for talking to a POP3-protocol post-office server 1/* pop.c: client routines for talking to a POP3-protocol post-office server
2 Copyright (C) 1991, 1993, 1996, 1997, 1999, 2001, 2002, 2003, 2004, 2
3 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. 3Copyright (C) 1991, 1993, 1996-1997, 1999, 2001-2011
4 Free Software Foundation, Inc.
4 5
5Author: Jonathan Kamens <jik@security.ov.com> 6Author: Jonathan Kamens <jik@security.ov.com>
6 7
@@ -68,9 +69,7 @@ extern struct servent *hes_getservbyname (/* char *, char * */);
68#include <string.h> 69#include <string.h>
69#define index strchr 70#define index strchr
70#endif 71#endif
71#ifdef HAVE_UNISTD_H
72#include <unistd.h> 72#include <unistd.h>
73#endif
74 73
75#ifdef KERBEROS 74#ifdef KERBEROS
76# ifdef HAVE_KRB5_H 75# ifdef HAVE_KRB5_H
@@ -1626,6 +1625,3 @@ find_crlf (char *in_string, int len)
1626} 1625}
1627 1626
1628#endif /* MAIL_USE_POP */ 1627#endif /* MAIL_USE_POP */
1629
1630/* arch-tag: ceb37041-b7ad-49a8-a63d-286618b8367d
1631 (do not change this comment) */