From owner-cvs-src@FreeBSD.ORG Tue Apr 6 03:59:30 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 71CD316A4CE; Tue, 6 Apr 2004 03:59:30 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 55A8A43D53; Tue, 6 Apr 2004 03:59:30 -0700 (PDT) (envelope-from bde@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i36AxBGe006269; Tue, 6 Apr 2004 03:59:11 -0700 (PDT) (envelope-from bde@repoman.freebsd.org) Received: (from bde@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i36AxBD9006268; Tue, 6 Apr 2004 03:59:11 -0700 (PDT) (envelope-from bde) Message-Id: <200404061059.i36AxBD9006268@repoman.freebsd.org> From: Bruce Evans Date: Tue, 6 Apr 2004 03:59:11 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/netinet in_pcb.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: Tue, 06 Apr 2004 10:59:30 -0000 bde 2004/04/06 03:59:11 PDT FreeBSD src repository Modified files: sys/netinet in_pcb.c Log: Fixed misspelling of IPPORT_MAX as USHRT_MAX. Don't include to implement this mistake. Fixed some nearby style bugs (initialization in declaration, misformatting of this initialization, missing blank line after the declaration, and comparision of the non-boolean result of the initialization with 0 using "!". In KNF, "!" is not even used to compare booleans with 0). Revision Changes Path 1.141 +9 -9 src/sys/netinet/in_pcb.c