mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-21 18:23:59 +00:00
Include config.h, not ../src/config.h.
(Errmsg): Bump length.
This commit is contained in:
parent
b2d2cf58b1
commit
752fb47256
@ -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…
Reference in New Issue
Block a user