13 lines
429 B
Plaintext
13 lines
429 B
Plaintext
$NetBSD: patch-ah,v 1.1 2006/11/01 15:17:14 martin Exp $
|
|
|
|
--- src/pppoe.h.orig 2006-11-01 12:10:00.000000000 +0100
|
|
+++ src/pppoe.h 2006-11-01 12:14:59.000000000 +0100
|
|
@@ -75,7 +75,6 @@
|
|
#ifdef USE_BPF
|
|
extern int bpfSize;
|
|
struct PPPoEPacketStruct;
|
|
-void sessionDiscoveryPacket(struct PPPoEPacketStruct *packet);
|
|
#define BPF_BUFFER_IS_EMPTY (bpfSize <= 0)
|
|
#define BPF_BUFFER_HAS_DATA (bpfSize > 0)
|
|
#define ethhdr ether_header
|