components/readline/patches/readline.h.patch
author jenny.yung@oracle.com <jenny.yung@oracle.com>
Tue, 16 Jun 2015 10:14:56 -0700
branchs11-update
changeset 4489 2713cbca9e1e
parent 618 9eb376524c7b
permissions -rw-r--r--
21240304 Upgrade OpenSSL version to 1.0.1o 21240457 problem in LIBRARY/OPENSSL 21240446 problem in LIBRARY/OPENSSL 21240467 problem in LIBRARY/OPENSSL 21240436 problem in LIBRARY/OPENSSL 21240415 problem in LIBRARY/OPENSSL 21240488 problem in LIBRARY/OPENSSL

--- 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));