Deleted Added
full compact
ddp_usrreq.c (122320) ddp_usrreq.c (122875)
1/*
2 * Copyright (c) 1990,1994 Regents of The University of Michigan.
3 * All Rights Reserved. See COPYRIGHT.
4 *
1/*
2 * Copyright (c) 1990,1994 Regents of The University of Michigan.
3 * All Rights Reserved. See COPYRIGHT.
4 *
5 * $FreeBSD: head/sys/netatalk/ddp_usrreq.c 122320 2003-11-08 22:28:40Z sam $
5 * $FreeBSD: head/sys/netatalk/ddp_usrreq.c 122875 2003-11-18 00:39:07Z rwatson $
6 */
7
8#include <sys/param.h>
9#include <sys/systm.h>
10#include <sys/malloc.h>
11#include <sys/mbuf.h>
12#include <sys/socket.h>
13#include <sys/socketvar.h>

--- 571 unchanged lines hidden (view full) ---

585 pru_rcvd_notsupp,
586 pru_rcvoob_notsupp,
587 ddp_send,
588 pru_sense_null,
589 ddp_shutdown,
590 at_setsockaddr,
591 sosend,
592 soreceive,
6 */
7
8#include <sys/param.h>
9#include <sys/systm.h>
10#include <sys/malloc.h>
11#include <sys/mbuf.h>
12#include <sys/socket.h>
13#include <sys/socketvar.h>

--- 571 unchanged lines hidden (view full) ---

585 pru_rcvd_notsupp,
586 pru_rcvoob_notsupp,
587 ddp_send,
588 pru_sense_null,
589 ddp_shutdown,
590 at_setsockaddr,
591 sosend,
592 soreceive,
593 sopoll
593 sopoll,
594 pru_sosetlabel_null
594};
595};