From 2e2040e424a06b015c95c38b05e4925a2398ab10 Mon Sep 17 00:00:00 2001 From: wollman Date: Thu, 21 Sep 1995 17:19:28 +0000 Subject: 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 --- sys/netinet/in_proto.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sys/netinet/in_proto.c') 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 @@ -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 -- cgit v1.1