Actually POINT to the appletalk usrreqs struct.

I guess no-one else tried to use this.. (yet)
This commit is contained in:
julian 1997-06-02 20:07:33 +00:00
parent 24b620482b
commit d55a0b9fe8
2 changed files with 2 additions and 0 deletions

View File

@ -59,6 +59,7 @@ struct protosw atalksw[] = {
NULL,
/* utility routines. */
ddp_init, 0, 0, 0,
&ddp_usrreqs
},
};

View File

@ -57,6 +57,7 @@ struct at_aliasreq {
#define AFA_PHASE2 0x0004
#ifdef KERNEL
extern struct pr_usrreqs ddp_usrreqs;
struct at_ifaddr *at_ifaddr;
struct ifqueue atintrq1, atintrq2;
int atdebug;