Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/netinet Slight cosmetic change.
details: https://anonhg.NetBSD.org/src/rev/708b11eccd79
branches: trunk
changeset: 513236:708b11eccd79
user: thorpej <thorpej%NetBSD.org@localhost>
date: Thu Jul 26 21:47:04 2001 +0000
description:
Slight cosmetic change.
diffstat:
sys/netinet/tcp_output.c | 7 ++-----
1 files changed, 2 insertions(+), 5 deletions(-)
diffs (22 lines):
diff -r 1ea5bd439a83 -r 708b11eccd79 sys/netinet/tcp_output.c
--- a/sys/netinet/tcp_output.c Thu Jul 26 21:31:45 2001 +0000
+++ b/sys/netinet/tcp_output.c Thu Jul 26 21:47:04 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: tcp_output.c,v 1.67 2001/07/08 16:18:59 abs Exp $ */
+/* $NetBSD: tcp_output.c,v 1.68 2001/07/26 21:47:04 thorpej Exp $ */
/*
%%% portions-copyright-nrl-95
@@ -169,11 +169,8 @@
int tcp_cwm = 0;
int tcp_cwm_burstsize = 4;
-static __inline void tcp_segsize __P((struct tcpcb *, int *, int *));
static __inline void
-tcp_segsize(tp, txsegsizep, rxsegsizep)
- struct tcpcb *tp;
- int *txsegsizep, *rxsegsizep;
+tcp_segsize(struct tcpcb *tp, int *txsegsizep, int *rxsegsizep)
{
#ifdef INET
struct inpcb *inp = tp->t_inpcb;
Home |
Main Index |
Thread Index |
Old Index