[xml/sgml-pkgs] Bug#741839: Fwd: forwarded message from Debian testing autoremoval watch

Mathieu Malaterre mathieu.malaterre at gmail.com
Tue Apr 1 07:58:58 UTC 2014


Control: tag -1 patch


Hi,

the following patch may be all it takes to fix the readline hiccup
mentioned in the autoremoval message attached below:

===================================================================
--- readln.h    (revision 781)
+++ readln.h    (working copy)
@@ -24,7 +24,8 @@

 typedef struct {
   char *name;                  /* User printable name of the function. */
-  Function *func;              /* Function to call to do the job. */
+  rl_icpfunc_t *func;          /* Function to call to do the job. */
   char *doc;                   /* Documentation for this function.  */
 } COMMAND;


regards,
Markus




-- 
Mathieu



More information about the debian-xml-sgml-pkgs mailing list