aboutsummaryrefslogtreecommitdiffstats
path: root/net/rp-pppoe/files/patch-src::pppoe.h
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2001-03-23 04:41:52 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2001-03-23 04:41:52 +0000
commitcea48283088a8fd02b1eca42d054562216d8f75d (patch)
tree2e65ef1be1f5c19cfa0238055efb688c7b8dd28e /net/rp-pppoe/files/patch-src::pppoe.h
parent6a30f581c785a67bfa498464ead12b526e38ca92 (diff)
o New port of rp-pppoe: The popular Roaring Penguin's PPPoE software
o Does not work yet with FreeBSD's pppd. It is being imported in the hope that will bring ppl to fix it. Therefore, marked BROKEN.
Diffstat (limited to 'net/rp-pppoe/files/patch-src::pppoe.h')
-rw-r--r--net/rp-pppoe/files/patch-src::pppoe.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/net/rp-pppoe/files/patch-src::pppoe.h b/net/rp-pppoe/files/patch-src::pppoe.h
new file mode 100644
index 000000000000..553053e1df3e
--- /dev/null
+++ b/net/rp-pppoe/files/patch-src::pppoe.h
@@ -0,0 +1,12 @@
+--- src/pppoe.h.orig Thu Mar 22 14:43:00 2001
++++ src/pppoe.h Thu Mar 22 14:47:21 2001
+@@ -72,7 +72,8 @@
+ #ifdef USE_BPF
+ extern int bpfSize;
+ struct PPPoEPacketStruct;
+-void sessionDiscoveryPacket(struct PPPoEPacketStruct *packet);
++struct PPPoEConnectionStruct;
++void sessionDiscoveryPacket(struct PPPoEConnectionStruct *conn, struct PPPoEPacketStruct *packet);
+ #define BPF_BUFFER_IS_EMPTY (bpfSize <= 0)
+ #define BPF_BUFFER_HAS_DATA (bpfSize > 0)
+ #define ethhdr ether_header