mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
cd3850e140
- portlint(1) - Fix build on 4.x [mnag] PR: 95380 Submitted by: maintainer
12 lines
434 B
C
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
|
|
|