Include config.h, not ../src/config.h.
(Errmsg): Bump length.
This commit is contained in:
parent
b2d2cf58b1
commit
752fb47256
1 changed files with 3 additions and 2 deletions
|
@ -55,7 +55,7 @@ Boston, MA 02111-1307, USA. */
|
|||
*/
|
||||
|
||||
#define NO_SHORTNAMES /* Tell config not to load remap.h */
|
||||
#include <../src/config.h>
|
||||
#include <config.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
||||
#include <sys/file.h>
|
||||
|
@ -683,7 +683,8 @@ FILE *sfi;
|
|||
FILE *sfo;
|
||||
char ibuffer[BUFSIZ];
|
||||
char obuffer[BUFSIZ];
|
||||
char Errmsg[80];
|
||||
char Errmsg[200]; /* POP errors, at least, can exceed
|
||||
the original length of 80. */
|
||||
|
||||
/*
|
||||
* The full legal syntax for a POP mailbox specification for movemail
|
||||
|
|
Loading…
Add table
Reference in a new issue