[don't propagate the poorly named patch files from the PR] PR: 56146 Submitted by: Michael Edenfield <kutulu@kutulu.org>
11 lines
349 B
C
11 lines
349 B
C
--- lib/readline/rldefs.h.orig Fri Aug 29 12:30:13 2003
|
|
+++ lib/readline/rldefs.h Fri Aug 29 12:30:32 2003
|
|
@@ -150,7 +150,7 @@
|
|
#endif /* !strchr && !__STDC__ */
|
|
|
|
#if defined (HAVE_VARARGS_H)
|
|
-# include <varargs.h>
|
|
+# include <stdarg.h>
|
|
#endif /* HAVE_VARARGS_H */
|
|
|
|
/* This is needed to include support for TIOCGWINSZ and window resizing. */
|