Follow the bouncing C compiler: use stdargs instead of varargs in this

lovely ancient code.
This commit is contained in:
Wes Peters 2003-10-27 20:44:31 +00:00
parent 03e79f6d24
commit 7aca62c4cb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=92350

View file

@ -1,7 +1,8 @@
--- config/bsd44.m4.orig Thu Aug 31 09:49:40 2000
+++ config/bsd44.m4 Thu Aug 31 09:49:59 2000
@@ -1,3 +1,4 @@
@@ -1,3 +1,5 @@
# $Id: bsd44.m4,v 1.3 1996/10/05 06:25:58 phil Exp $
# config for BSD 4.4, and progeny (BSDI, NetBSD, FreeBSD, 386BSD)
+DYNAMIC_C=lib/generic/dynamic.c
+ADD_CPPFLAGS([-DUSE_STDARG_H])