aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ppp/iface.c
diff options
context:
space:
mode:
authorBrian Somers <brian@FreeBSD.org>2002-08-27 20:11:58 +0000
committerBrian Somers <brian@FreeBSD.org>2002-08-27 20:11:58 +0000
commit6eafd35305dee6df318b4652fdea0360ab4c4569 (patch)
treecc47956d91a40346185dfb6efc8676f28cc8bdcc /usr.sbin/ppp/iface.c
parent3dd657600a9690cb262fac4a8781c14bd6eae786 (diff)
downloadsrc-6eafd35305dee6df318b4652fdea0360ab4c4569.tar.gz
src-6eafd35305dee6df318b4652fdea0360ab4c4569.zip
Include the correct file (stdarg.h) and use va_list rather than _BSD_VA_LIST_
Suggested by: mike
Notes
Notes: svn path=/head/; revision=102500
Diffstat (limited to 'usr.sbin/ppp/iface.c')
-rw-r--r--usr.sbin/ppp/iface.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/ppp/iface.c b/usr.sbin/ppp/iface.c
index 922d1f05ef08..05951d4da116 100644
--- a/usr.sbin/ppp/iface.c
+++ b/usr.sbin/ppp/iface.c
@@ -45,6 +45,7 @@
#include <errno.h>
#include <string.h>
+#include <stdarg.h>
#include <stdio.h>
#include <stdlib.h>
#include <sys/ioctl.h>