Include stdarg.h instead of varargs.h.

This commit is contained in:
Dmitry Sivachenko 2003-10-18 10:08:08 +00:00
parent c8553255ce
commit cb2abfef0d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=91560

View file

@ -0,0 +1,11 @@
--- barrier/barrierd.c.orig Sat Oct 18 14:05:14 2003
+++ barrier/barrierd.c Sat Oct 18 14:05:29 2003
@@ -38,7 +38,7 @@
#include <string.h>
#include <strings.h>
#include <syslog.h>
-#include <varargs.h>
+#include <stdarg.h>
#include "../common/sockcommon.h"
#if !defined(lint) && defined(__NetBSD__)