summaryrefslogtreecommitdiffstats
path: root/cpukit/libnetworking/netinet/tcp_usrreq.c
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-05-14 07:08:17 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-05-14 07:08:17 +0000
commitf583bb2c078e1204e57ba6afb37fe921af9bcfcc (patch)
tree21012376eaafb47ae39080447d5bfddd933dc99f /cpukit/libnetworking/netinet/tcp_usrreq.c
parent2005-05-12 Jennifer Averett <jennifer.averett@oarcorp.com> (diff)
downloadrtems-f583bb2c078e1204e57ba6afb37fe921af9bcfcc.tar.bz2
2005-05-14 Ralf Corsepius <ralf.corsepius@rtems.org>
* libnetworking/netinet/tcp_usrreq.c: Cosmetics from FreeBSD. * libnetworking/netinet/tcp_subr.c: Partical update from FreeBSD.
Diffstat (limited to 'cpukit/libnetworking/netinet/tcp_usrreq.c')
-rw-r--r--cpukit/libnetworking/netinet/tcp_usrreq.c12
1 files changed, 6 insertions, 6 deletions
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 *));