From 239d981f8da67a3b4389d38a1f864a8dd14cd054 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Wed, 28 Mar 2007 04:38:00 +0000 Subject: Eliminate __P(). --- cpukit/libnetworking/netinet/in_rmx.c | 2 +- cpukit/libnetworking/netinet/tcp_input.c | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) (limited to 'cpukit/libnetworking/netinet') diff --git a/cpukit/libnetworking/netinet/in_rmx.c b/cpukit/libnetworking/netinet/in_rmx.c index bfdd1e1c8f..6d821f8a25 100644 --- a/cpukit/libnetworking/netinet/in_rmx.c +++ b/cpukit/libnetworking/netinet/in_rmx.c @@ -66,7 +66,7 @@ #include #include -extern int in_inithead __P((void **head, int off)); +extern int in_inithead(void **head, int off); #define RTPRF_OURS RTF_PROTO3 /* set on routes we manage */ diff --git a/cpukit/libnetworking/netinet/tcp_input.c b/cpukit/libnetworking/netinet/tcp_input.c index 6cde8daf5e..648ddf85b6 100644 --- a/cpukit/libnetworking/netinet/tcp_input.c +++ b/cpukit/libnetworking/netinet/tcp_input.c @@ -87,12 +87,12 @@ u_long tcp_now; struct inpcbhead tcb; struct inpcbinfo tcbinfo; -static void tcp_dooptions __P((struct tcpcb *, - u_char *, int, struct tcpiphdr *, struct tcpopt *)); -static void tcp_pulloutofband __P((struct socket *, - struct tcpiphdr *, struct mbuf *)); -static int tcp_reass __P((struct tcpcb *, struct tcpiphdr *, struct mbuf *)); -static void tcp_xmit_timer __P((struct tcpcb *, int)); +static void tcp_dooptions(struct tcpcb *, + u_char *, int, struct tcpiphdr *, struct tcpopt *); +static void tcp_pulloutofband(struct socket *, + struct tcpiphdr *, struct mbuf *); +static int tcp_reass(struct tcpcb *, struct tcpiphdr *, struct mbuf *); +static void tcp_xmit_timer(struct tcpcb *, int); #endif /* TUBA_INCLUDE */ -- cgit v1.2.3