aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Love2000-05-21 11:02:50 +0000
committerDave Love2000-05-21 11:02:50 +0000
commit752fb47256a3b381daa796d84d10550e0e957722 (patch)
treea928cfc8b5895a26eb0dc7af7414245e60c8da0b
parentb2d2cf58b114f25b4cf6e1ab7ff8bb78bb89d109 (diff)
downloademacs-752fb47256a3b381daa796d84d10550e0e957722.tar.gz
emacs-752fb47256a3b381daa796d84d10550e0e957722.zip
Include config.h, not ../src/config.h.
(Errmsg): Bump length.
-rw-r--r--lib-src/movemail.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib-src/movemail.c b/lib-src/movemail.c
index b816b6f2946..ba84b154831 100644
--- a/lib-src/movemail.c
+++ b/lib-src/movemail.c
@@ -55,7 +55,7 @@ Boston, MA 02111-1307, USA. */
55 */ 55 */
56 56
57#define NO_SHORTNAMES /* Tell config not to load remap.h */ 57#define NO_SHORTNAMES /* Tell config not to load remap.h */
58#include <../src/config.h> 58#include <config.h>
59#include <sys/types.h> 59#include <sys/types.h>
60#include <sys/stat.h> 60#include <sys/stat.h>
61#include <sys/file.h> 61#include <sys/file.h>
@@ -683,7 +683,8 @@ FILE *sfi;
683FILE *sfo; 683FILE *sfo;
684char ibuffer[BUFSIZ]; 684char ibuffer[BUFSIZ];
685char obuffer[BUFSIZ]; 685char obuffer[BUFSIZ];
686char Errmsg[80]; 686char Errmsg[200]; /* POP errors, at least, can exceed
687 the original length of 80. */
687 688
688/* 689/*
689 * The full legal syntax for a POP mailbox specification for movemail 690 * The full legal syntax for a POP mailbox specification for movemail