|
|
| Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
| version 1.8, 1993/11/05 23:00:27 | version 1.9, 1993/12/18 04:22:28 | ||
|---|---|---|---|
|
|
||
| * $Id$ | * $Id$ | ||
| */ | */ | ||
| #include "param.h" | #include <sys/param.h> | ||
| #include "systm.h" | #include <sys/systm.h> | ||
| #include "proc.h" | #include <sys/proc.h> | ||
| #include "file.h" | #include <sys/file.h> | ||
| #include "malloc.h" | #include <sys/malloc.h> | ||
| #include "mbuf.h" | #include <sys/mbuf.h> | ||
| #include "domain.h" | #include <sys/domain.h> | ||
| #include "kernel.h" | #include <sys/kernel.h> | ||
| #include "select.h" | #include <sys/select.h> | ||
| #include "protosw.h" | #include <sys/protosw.h> | ||
| #include "socket.h" | #include <sys/socket.h> | ||
| #include "socketvar.h" | #include <sys/socketvar.h> | ||
| #include "resourcevar.h" | #include <sys/resourcevar.h> | ||
| /* | /* | ||
| * Socket operation routines. | * Socket operation routines. |