mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-17 08:01:36 +00:00
47846ba268
[don't propagate the poorly named patch files from the PR] PR: 56146 Submitted by: Michael Edenfield <kutulu@kutulu.org>
12 lines
349 B
C
12 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. */
|