mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-23 16:02:05 +08:00
Eliminate __P().
This commit is contained in:
@@ -66,7 +66,7 @@
|
||||
#include <netinet/tcp_timer.h>
|
||||
#include <netinet/tcp_var.h>
|
||||
|
||||
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 */
|
||||
|
||||
|
||||
@@ -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 */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user