From 425f123ed4041bc0e075fb837f8d9ee86300bb85 Mon Sep 17 00:00:00 2001 From: Garrett Wollman Date: Thu, 21 Sep 1995 17:58:07 +0000 Subject: [PATCH] Merge 4.4-Lite-2: update some declarations that we don't support anyway. Obtained from: 4.4BSD-Lite-2 --- sys/netinet/in_proto.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sys/netinet/in_proto.c b/sys/netinet/in_proto.c index 32515f760dd7..e5cbcefe72fe 100644 --- a/sys/netinet/in_proto.c +++ b/sys/netinet/in_proto.c @@ -30,8 +30,8 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * From: @(#)in_proto.c 8.1 (Berkeley) 6/10/93 - * $Id: in_proto.c,v 1.16 1995/06/13 17:51:09 wollman Exp $ + * @(#)in_proto.c 8.2 (Berkeley) 2/9/95 + * $Id: in_proto.c,v 1.17 1995/06/26 16:11:51 wollman Exp $ */ #include @@ -73,8 +73,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