summaryrefslogtreecommitdiffstats
path: root/sys/netatalk/at_extern.h
diff options
context:
space:
mode:
authorjulian <julian@FreeBSD.org>1997-10-29 00:30:52 +0000
committerjulian <julian@FreeBSD.org>1997-10-29 00:30:52 +0000
commit827244dc7af41cc23a70ef09c97f87098cca61c1 (patch)
treebbce555746658d160f7816b2ad5ce769375f26e1 /sys/netatalk/at_extern.h
parentee40c84c0b3204e606998712fa949e6e5907d5d4 (diff)
downloadFreeBSD-src-827244dc7af41cc23a70ef09c97f87098cca61c1.zip
FreeBSD-src-827244dc7af41cc23a70ef09c97f87098cca61c1.tar.gz
Fix various problems with netatalk kernel support.
Some of these changes are a bit rough and will become more polished later. the changes to if_ethersubr should largely be moved to within the appletalk code, but that will happen later. A few of these were related to network-byteorder problems, and more were related to loopback failures.
Diffstat (limited to 'sys/netatalk/at_extern.h')
-rw-r--r--sys/netatalk/at_extern.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/netatalk/at_extern.h b/sys/netatalk/at_extern.h
index 661684c..0745425 100644
--- a/sys/netatalk/at_extern.h
+++ b/sys/netatalk/at_extern.h
@@ -21,8 +21,7 @@ extern int at_control __P(( struct socket *so,
struct proc *p ));
extern u_short at_cksum __P(( struct mbuf *m, int skip));
extern void ddp_init __P((void ));
-extern struct ifaddr *at_ifawithnet __P((struct sockaddr_at *,
- struct ifaddrhead *));
+extern struct at_ifaddr *at_ifawithnet __P((struct sockaddr_at *));
#ifdef _NETATALK_DDP_VAR_H_
extern int ddp_output __P((struct mbuf *m, struct socket *so));
OpenPOWER on IntegriCloud