summaryrefslogtreecommitdiff
path: root/usr.sbin/pppd/pppd.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/pppd/pppd.h')
-rw-r--r--usr.sbin/pppd/pppd.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/pppd/pppd.h b/usr.sbin/pppd/pppd.h
index 2aba5212ded..fd7eaa1975b 100644
--- a/usr.sbin/pppd/pppd.h
+++ b/usr.sbin/pppd/pppd.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: pppd.h,v 1.4 1996/12/23 13:22:48 mickey Exp $ */
+/* $OpenBSD: pppd.h,v 1.5 1997/07/25 20:12:17 mickey Exp $ */
/*
* pppd.h - PPP daemon global declarations.
@@ -32,7 +32,7 @@
#include <sys/time.h> /* for struct timeval */
#include <net/ppp_defs.h>
-#if __STDC__
+#ifdef __STDC__
#include <stdarg.h>
#define __V(x) x
#else