summaryrefslogtreecommitdiffstats
path: root/sys/netatalk/at_proto.c
diff options
context:
space:
mode:
authorjulian <julian@FreeBSD.org>1997-05-13 21:01:45 +0000
committerjulian <julian@FreeBSD.org>1997-05-13 21:01:45 +0000
commit30b41915f2ea24a36317932002013e98c67ad971 (patch)
treee472ae66cc1080c7a9291975ada33459d89e15de /sys/netatalk/at_proto.c
parentdc36a1d5ad68922d4425cce4fb05d82a4584ec17 (diff)
downloadFreeBSD-src-30b41915f2ea24a36317932002013e98c67ad971.zip
FreeBSD-src-30b41915f2ea24a36317932002013e98c67ad971.tar.gz
First cut at patches to make appletalk compile again
after the dissapearance of the USRREQ() entrypoint.
Diffstat (limited to 'sys/netatalk/at_proto.c')
-rw-r--r--sys/netatalk/at_proto.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netatalk/at_proto.c b/sys/netatalk/at_proto.c
index d6179b6..a939bda 100644
--- a/sys/netatalk/at_proto.c
+++ b/sys/netatalk/at_proto.c
@@ -55,8 +55,8 @@ struct protosw atalksw[] = {
* they be included in the kernel.
*/
0, ddp_output, 0, 0,
- /* socket-protocol interface. */
- ddp_usrreq,
+ /* socket-protocol interface. deprecated */
+ NULL,
/* utility routines. */
ddp_init, 0, 0, 0,
},
OpenPOWER on IntegriCloud