Remove extraneous extern from function prototype introduced in rev.1.14.
This commit is contained in:
parent
c36ca204bb
commit
9212496d45
@ -81,7 +81,7 @@ struct nsip_req {
|
||||
|
||||
#ifdef _KERNEL
|
||||
extern struct ns_ifaddr *ns_ifaddr;
|
||||
extern struct ns_ifaddr *ns_iaonnetof(void);
|
||||
struct ns_ifaddr *ns_iaonnetof(void);
|
||||
void nsintr(void);
|
||||
extern struct ifqueue nsintrq; /* XNS input packet queue */
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user