diff options
-rw-r--r-- | sys/netatalk/at.h | 7 | ||||
-rw-r--r-- | sys/netatalk/at_proto.c | 4 |
2 files changed, 4 insertions, 7 deletions
diff --git a/sys/netatalk/at.h b/sys/netatalk/at.h index b0a42d41135..8713b072e84 100644 --- a/sys/netatalk/at.h +++ b/sys/netatalk/at.h @@ -1,4 +1,4 @@ -/* $OpenBSD: at.h,v 1.3 2003/05/14 02:02:55 itojun Exp $ */ +/* $OpenBSD: at.h,v 1.4 2010/09/23 09:27:49 claudio Exp $ */ /* * Copyright (c) 1990,1991 Regents of The University of Michigan. @@ -133,9 +133,4 @@ struct sockaddr_at { #define sat_zero sat_range.r_zero -#ifdef _KERNEL -extern struct domain atalkdomain; -extern struct protosw atalksw[]; -#endif - #endif /* __AT_HEADER__ */ diff --git a/sys/netatalk/at_proto.c b/sys/netatalk/at_proto.c index 919c560bb87..703303e5db9 100644 --- a/sys/netatalk/at_proto.c +++ b/sys/netatalk/at_proto.c @@ -1,4 +1,4 @@ -/* $OpenBSD: at_proto.c,v 1.2 2007/12/14 18:33:40 deraadt Exp $ */ +/* $OpenBSD: at_proto.c,v 1.3 2010/09/23 09:27:49 claudio Exp $ */ /* * Copyright (c) 1990,1991 Regents of The University of Michigan. * All Rights Reserved. @@ -85,6 +85,8 @@ #include <netatalk/ddp_var.h> #include <netatalk/at_extern.h> +struct domain atalkdomain; + struct protosw atalksw[] = { { /* Identifiers */ |