Follow the bouncing C compiler: use stdargs instead of varargs in this
lovely ancient code.
This commit is contained in:
parent
03e79f6d24
commit
7aca62c4cb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=92350
1 changed files with 2 additions and 1 deletions
|
@ -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])
|
||||
|
|
Loading…
Reference in a new issue