diff options
author | wollman <wollman@FreeBSD.org> | 1995-09-21 17:19:28 +0000 |
---|---|---|
committer | wollman <wollman@FreeBSD.org> | 1995-09-21 17:19:28 +0000 |
commit | 2e2040e424a06b015c95c38b05e4925a2398ab10 (patch) | |
tree | 85f8c679233d5ba68aec0828022d9a9e2241e485 /sys/netinet/in_proto.c | |
parent | 15d56af06f069a1f8dc3a8a4b106b91a3d249f96 (diff) | |
download | FreeBSD-src-2e2040e424a06b015c95c38b05e4925a2398ab10.zip FreeBSD-src-2e2040e424a06b015c95c38b05e4925a2398ab10.tar.gz |
Second try: get 4.4-Lite-2 into the source tree. The conflicts don't
matter because none of our working source files are on the CSRG branch
any more.
Obtained from: 4.4BSD-Lite-2
Diffstat (limited to 'sys/netinet/in_proto.c')
-rw-r--r-- | sys/netinet/in_proto.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/netinet/in_proto.c b/sys/netinet/in_proto.c index 00916b4..c24036d 100644 --- a/sys/netinet/in_proto.c +++ b/sys/netinet/in_proto.c @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * @(#)in_proto.c 8.1 (Berkeley) 6/10/93 + * @(#)in_proto.c 8.2 (Berkeley) 2/9/95 */ #include <sys/param.h> @@ -68,8 +68,8 @@ void idpip_input(), nsip_ctlinput(); #endif #ifdef TPIP -void tpip_input(), tpip_ctlinput(), tp_ctloutput(); -int tp_init(), tp_slowtimo(), tp_drain(), tp_usrreq(); +void tpip_input(), tpip_ctlinput(), tp_init(), tp_slowtimo(), tp_drain(); +int tp_ctloutput(), tp_usrreq(); #endif #ifdef EON |