Fixed another sloppy common-style declaration (staticized it).

This commit is contained in:
Bruce Evans 1997-09-07 07:47:21 +00:00
parent 2c09f8a586
commit 8ced32b025
2 changed files with 2 additions and 1 deletions

View File

@ -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 );
/*

View File

@ -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_ */