summaryrefslogtreecommitdiffstats
path: root/ax25ipd/bpqether.c
diff options
context:
space:
mode:
Diffstat (limited to 'ax25ipd/bpqether.c')
-rw-r--r--ax25ipd/bpqether.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/ax25ipd/bpqether.c b/ax25ipd/bpqether.c
index e1a0d25..21596ca 100644
--- a/ax25ipd/bpqether.c
+++ b/ax25ipd/bpqether.c
@@ -1,4 +1,3 @@
-extern int ttyfd;
/*
* this is a port of wampes ethertap whith my extension for bpqether
*
@@ -55,7 +54,7 @@ struct ethertap_packet {
char data[MAX_FRAME];
};
-unsigned char hwaddr_remote[6];
+static unsigned char hwaddr_remote[6];
static int ethertap_header_len;