GNU bug report logs - #6570
Sources pulled at 9 o'clock UTC don't compile in lib-src/movemail.c

Previous Next

Package: emacs;

Reported by: Peter Dyballa <Peter_Dyballa <at> Freenet.DE>

Date: Tue, 6 Jul 2010 10:22:03 UTC

Severity: normal

Done: Andreas Schwab <schwab <at> linux-m68k.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Juanma Barranquero <lekktu <at> gmail.com>
To: Peter Dyballa <Peter_Dyballa <at> freenet.de>
Cc: 6570 <at> debbugs.gnu.org
Subject: bug#6570: Sources pulled at 9 o'clock UTC don't compile in  lib-src/movemail.c
Date: Tue, 6 Jul 2010 14:03:11 +0200
On Tue, Jul 6, 2010 at 12:20, Peter Dyballa <Peter_Dyballa <at> freenet.de> wrote:

> Obviously the type popserver is not known:
>
>        int pop_retr (popserver server, int msgno, FILE *arg);

Does it work with this change?

    Juanma



=== modified file 'lib-src/movemail.c'
--- lib-src/movemail.c	2010-07-03 00:50:23 +0000
+++ lib-src/movemail.c	2010-07-06 12:01:56 +0000
@@ -155,6 +155,8 @@
 char *concat (char *s1, char *s2, char *s3);
 long *xmalloc (unsigned int size);
+#ifdef MAIL_USE_POP
 int popmail (char *mailbox, char *outfile, int preserve, char
*password, int reverse_order);
 int pop_retr (popserver server, int msgno, FILE *arg);
+#endif /* MAIL_USE_POP */
 int mbx_write (char *line, int len, FILE *mbf);
 int mbx_delimit_begin (FILE *mbf);




This bug report was last modified 14 years and 328 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.