|
|
| Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
| version 1.1, 1993/03/21 09:45:37 | version 1.2, 1993/05/18 18:20:23 | ||
|---|---|---|---|
|
|
||
| * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | ||
| * SUCH DAMAGE. | * SUCH DAMAGE. | ||
| * | * | ||
| * @(#)udp_usrreq.c 7.20 (Berkeley) 4/20/91 | * from: @(#)udp_usrreq.c 7.20 (Berkeley) 4/20/91 | ||
| * $Id$ | |||
| */ | */ | ||
| #include "param.h" | #include "param.h" | ||
| #include "malloc.h" | #include "malloc.h" | ||
| #include "select.h" | |||
| #include "mbuf.h" | #include "mbuf.h" | ||
| #include "protosw.h" | #include "protosw.h" | ||
| #include "socket.h" | #include "socket.h" |