From owner-cvs-src@FreeBSD.ORG Thu Dec 23 01:27:14 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2DFF216A4CE; Thu, 23 Dec 2004 01:27:14 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0ECED43D1F; Thu, 23 Dec 2004 01:27:14 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBN1RDDZ096117; Thu, 23 Dec 2004 01:27:13 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBN1RDvl096116; Thu, 23 Dec 2004 01:27:13 GMT (envelope-from rwatson) Message-Id: <200412230127.iBN1RDvl096116@repoman.freebsd.org> From: Robert Watson Date: Thu, 23 Dec 2004 01:27:13 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/netinet tcp_subr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Dec 2004 01:27:14 -0000 rwatson 2004-12-23 01:27:13 UTC FreeBSD src repository Modified files: sys/netinet tcp_subr.c Log: Remove an XXXRW comment relating to whether or not the TCP timers are MPSAFE: they are now believed to be. Correct a typo in a second comment. MFC after: 2 weeks Revision Changes Path 1.213 +1 -6 src/sys/netinet/tcp_subr.c