1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00
freebsd-ports/net/rp-pppoe/files/patch-if.c
Marcus Alves Grando cd3850e140 - Update to 3.8
- portlint(1)
- Fix build on 4.x [mnag]

PR:		95380
Submitted by:	maintainer
2006-04-08 19:20:28 +00:00

12 lines
434 B
C

--- if.c.orig Thu Apr 6 01:14:48 2006
+++ if.c Thu Apr 6 01:14:58 2006
@@ -99,7 +99,7 @@
static unsigned char *bpfBuffer; /* Packet filter buffer */
static int bpfLength = 0; /* Packet filter buffer length */
-static int bpfSize = 0; /* Number of unread bytes in buffer */
+ int bpfSize = 0; /* Number of unread bytes in buffer */
static int bpfOffset = 0; /* Current offset in bpfBuffer */
#endif