Actually POINT to the appletalk usrreqs struct.

I guess no-one else tried to use this.. (yet)
This commit is contained in:
Julian Elischer 1997-06-02 20:07:33 +00:00
parent 7344a61e7b
commit 18e305cca1
2 changed files with 2 additions and 0 deletions

View File

@ -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
}, },
}; };

View File

@ -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;