Fixed another sloppy common-style declaration (staticized it).
This commit is contained in:
parent
c0ddead3b4
commit
0837b55a1d
@ -29,6 +29,8 @@ struct ifqueue atintrq1, atintrq2;
|
||||
int ddp_forward = 1;
|
||||
int ddp_firewall = 0;
|
||||
extern int ddp_cksum;
|
||||
static struct ddpstat ddpstat;
|
||||
|
||||
void ddp_input( struct mbuf *, struct ifnet *, struct elaphdr *, int );
|
||||
|
||||
/*
|
||||
|
@ -31,6 +31,5 @@ struct ddpstat {
|
||||
#ifdef KERNEL
|
||||
extern struct ddpcb *ddp_ports[ ];
|
||||
extern struct ddpcb *ddpcb;
|
||||
struct ddpstat ddpstat;
|
||||
#endif
|
||||
#endif /* _NETATALK_DDP_VAR_H_ */
|
||||
|
Loading…
Reference in New Issue
Block a user