Actually POINT to the appletalk usrreqs struct.
I guess no-one else tried to use this.. (yet)
This commit is contained in:
parent
7344a61e7b
commit
18e305cca1
@ -59,6 +59,7 @@ struct protosw atalksw[] = {
|
|||||||
NULL,
|
NULL,
|
||||||
/* utility routines. */
|
/* utility routines. */
|
||||||
ddp_init, 0, 0, 0,
|
ddp_init, 0, 0, 0,
|
||||||
|
&ddp_usrreqs
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -57,6 +57,7 @@ struct at_aliasreq {
|
|||||||
#define AFA_PHASE2 0x0004
|
#define AFA_PHASE2 0x0004
|
||||||
|
|
||||||
#ifdef KERNEL
|
#ifdef KERNEL
|
||||||
|
extern struct pr_usrreqs ddp_usrreqs;
|
||||||
struct at_ifaddr *at_ifaddr;
|
struct at_ifaddr *at_ifaddr;
|
||||||
struct ifqueue atintrq1, atintrq2;
|
struct ifqueue atintrq1, atintrq2;
|
||||||
int atdebug;
|
int atdebug;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user