freebsd-ports/security/vpnd/files/patch-ppp.c
Pav Lucistnik 3571601c22 - Update to 1.1.2
PR:		ports/86156
Submitted by:	az
Approved by:	maintainer timeout (anders; 2 months)
2005-11-25 19:25:57 +00:00

10 lines
272 B
C

--- ppp.c.orig Wed Sep 14 16:43:48 2005
+++ ppp.c Thu Sep 15 16:41:52 2005
@@ -45,6 +45,7 @@
#define USE_PPP /* workaround for OpenBSD 3.0 dup struct vjstat */
#include "vpnd.h"
+#include <net/if_ppp.h>
#if defined(SunOS)
#define _PPPIO(n) (('p' << 8) + (n))