From d8b16c6b3ad1f7d77398f1efc90bcfccfb5f4a7d Mon Sep 17 00:00:00 2001 From: wollman Date: Thu, 21 Sep 1995 17:58:07 +0000 Subject: 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(-) (limited to 'sys/netinet/in_proto.c') diff --git a/sys/netinet/in_proto.c b/sys/netinet/in_proto.c index 32515f7..e5cbcef 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 -- cgit v1.1