freebsd-ports/shells/bash1/files/patch-readline-rldefs.h
David E. O'Brien 47846ba268 Fix build on -current (varargs -> stdarg)
[don't propagate the poorly named patch files from the PR]

PR:		56146
Submitted by:	Michael Edenfield <kutulu@kutulu.org>
2003-08-31 08:08:47 +00:00

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. */