From f583bb2c078e1204e57ba6afb37fe921af9bcfcc Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Sat, 14 May 2005 07:08:17 +0000 Subject: 2005-05-14 Ralf Corsepius * libnetworking/netinet/tcp_usrreq.c: Cosmetics from FreeBSD. * libnetworking/netinet/tcp_subr.c: Partical update from FreeBSD. --- cpukit/libnetworking/netinet/tcp_usrreq.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'cpukit/libnetworking/netinet/tcp_usrreq.c') diff --git a/cpukit/libnetworking/netinet/tcp_usrreq.c b/cpukit/libnetworking/netinet/tcp_usrreq.c index e5157662a0..e1f615562d 100644 --- a/cpukit/libnetworking/netinet/tcp_usrreq.c +++ b/cpukit/libnetworking/netinet/tcp_usrreq.c @@ -10,10 +10,6 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 3. All advertising materials mentioning features or use of this software - * must display the following acknowledgement: - * This product includes software developed by the University of - * California, Berkeley and its contributors. * 4. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. @@ -31,6 +27,10 @@ * SUCH DAMAGE. * * From: @(#)tcp_usrreq.c 8.2 (Berkeley) 1/3/94 + * $FreeBSD: src/sys/netinet/tcp_usrreq.c,v 1.120 2005/05/01 14:01:38 rwatson Exp $ + */ + +/* * $Id$ */ @@ -73,10 +73,10 @@ */ extern char *tcpstates[]; -static int tcp_attach __P((struct socket *)); +static int tcp_attach(struct socket *); static int tcp_connect __P((struct tcpcb *, struct mbuf *)); static struct tcpcb * - tcp_disconnect __P((struct tcpcb *)); + tcp_disconnect(struct tcpcb *); static struct tcpcb * tcp_usrclosed __P((struct tcpcb *)); -- cgit v1.2.3