Files
pkgsrc-ng/net/poptop/patches/patch-ai
2013-09-26 17:14:40 +02:00

17 lines
487 B
Plaintext

$NetBSD: patch-ai,v 1.1 2006/03/23 00:53:48 joerg Exp $
--- plugins/pppd.h.orig 2006-03-23 00:44:01.000000000 +0000
+++ plugins/pppd.h
@@ -55,7 +55,11 @@
#include <sys/param.h> /* for MAXPATHLEN and BSD4_4, if defined */
#include <sys/types.h> /* for u_int32_t, if defined */
#include <sys/time.h> /* for struct timeval */
+#if defined(__DragonFly__)
+#include <net/ppp_layer/ppp_defs.h>
+#else
#include <net/ppp_defs.h>
+#endif
#include "patchlevel.h"
#if defined(__STDC__)