1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-19 08:13:21 +00:00
freebsd-ports/net/rwhois/files/patch-common-common.h
Max Khon c13d460af0 Fix build on -CURRENT.
Use DOCSDIR.
Bump PORTREVISION.
2003-10-27 20:49:26 +00:00

12 lines
279 B
C

--- common/common.h.orig Tue Oct 28 02:23:23 2003
+++ common/common.h Tue Oct 28 02:23:33 2003
@@ -56,7 +56,7 @@
# undef _VA_ALIGN
# undef __va_stack_arg
# endif
-#include <varargs.h>
+#include <stdarg.h>
#endif /* HAVE_VPRINTF */
/* this should probably be #ifdef USG */