Hi,

I uploaded an NMU of your package.

Please see this as help to get the package into a releaseable condition again.

Please find the used diff below.


Cheers,
Andi

diff -Nur af-2.4.3~/debian/changelog af-2.4.3/debian/changelog
--- af-2.4.3~/debian/changelog  2007-06-19 11:29:29.000000000 +0000
+++ af-2.4.3/debian/changelog   2007-06-19 11:29:02.000000000 +0000
@@ -1,3 +1,10 @@
+af (2.4.3-3.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTBFS. Thanks, Florent Bayle. Closes: #424597
+
+ -- Andreas Barth <[EMAIL PROTECTED]>  Tue, 19 Jun 2007 11:28:43 +0000
+
 af (2.4.3-3) unstable; urgency=low
 
   * Fixed gcc-3.5/4.0 malloc redeclaration (closes: #258511, #289854)
diff -Nur af-2.4.3~/src/files.c af-2.4.3/src/files.c
--- af-2.4.3~/src/files.c       2003-11-27 01:49:02.000000000 +0000
+++ af-2.4.3/src/files.c        2007-06-19 11:28:38.000000000 +0000
@@ -53,10 +53,11 @@
 extern char *get_user(), *get_home(), *get_pwd(), *get_vtext();
 extern char *get_mailbox(), *typeonly(), *decode_header_line();
 extern char *get_line();
-extern int readlink(), strncasecmp(), get_vval(), listed();
+extern int strncasecmp(), get_vval(), listed();
 extern int is_header(), is_blank(), close_folder(), touch_folder();
 extern int viewable_ctype(), viewable_charset();
 extern int write_decoded_text();
+extern ssize_t readlink();
 extern void free(), msgl(), emsgl(), cmsg(), abort_folder();
 extern FILE *open_folder();
 extern DATEZONE *date_now();
-- 
  http://home.arcor.de/andreas-barth/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to