replace <varargs.h> by <stdarg.h>. Spotted my Marco Peereboom with clang.

ok kettenis@
This commit is contained in:
matthieu
2011-12-15 21:12:42 +00:00
parent 70f1880f97
commit fe045f1eac

View File

@@ -48,7 +48,7 @@ from The Open Group.
# include <errno.h>
#elif defined(USE_BSDAUTH)
# include <login_cap.h>
# include <varargs.h>
# include <stdarg.h>
# include <bsd_auth.h>
#elif defined(USESECUREWARE)
# include <sys/types.h>