components/readline/patches/readline.h.patch
author Rich Burridge <rich.burridge@oracle.com>
Thu, 10 Jan 2013 14:00:15 -0800
branchs11-update
changeset 2460 041818da4769
parent 618 9eb376524c7b
permissions -rw-r--r--
16098091 Backport 16010595 to 11.2 (Userland half: libxml2)

--- readline-5.2/readline.h.orig	Wed Nov 30 06:37:51 2011
+++ readline-5.2/readline.h	Wed Nov 30 06:38:26 2011
@@ -375,7 +375,7 @@
 #if defined (USE_VARARGS) && defined (PREFER_STDARG)
 extern int rl_message (const char *, ...)  __attribute__((__format__ (printf, 1, 2)));
 #else
-extern int rl_message ();
+extern int rl_message PARAMS((const char *, ...));
 #endif
 
 extern int rl_show_char PARAMS((int));