Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/netinet Don't extern sb_max, <sys/socketvar.h> provides ...
details: https://anonhg.NetBSD.org/src/rev/1150e991bda8
branches: trunk
changeset: 472123:1150e991bda8
user: simonb <simonb%NetBSD.org@localhost>
date: Thu Apr 22 01:32:30 1999 +0000
description:
Don't extern sb_max, <sys/socketvar.h> provides a definition.
diffstat:
sys/netinet/tcp_input.c | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
diffs (18 lines):
diff -r 0b657c6797de -r 1150e991bda8 sys/netinet/tcp_input.c
--- a/sys/netinet/tcp_input.c Thu Apr 22 01:06:42 1999 +0000
+++ b/sys/netinet/tcp_input.c Thu Apr 22 01:32:30 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: tcp_input.c,v 1.78 1999/04/09 22:01:07 kml Exp $ */
+/* $NetBSD: tcp_input.c,v 1.79 1999/04/22 01:32:30 simonb Exp $ */
/*-
* Copyright (c) 1997, 1998, 1999 The NetBSD Foundation, Inc.
@@ -114,8 +114,6 @@
int tcprexmtthresh = 3;
struct tcpiphdr tcp_saveti;
-extern u_long sb_max;
-
#define TCP_PAWS_IDLE (24 * 24 * 60 * 60 * PR_SLOWHZ)
/* for modulo comparisons of timestamps */
Home |
Main Index |
Thread Index |
Old Index