From owner-cvs-all@FreeBSD.ORG Thu Dec 30 16:56:07 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D27AC16A4CE; Thu, 30 Dec 2004 16:56:07 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ABC1943D1D; Thu, 30 Dec 2004 16:56:07 +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 iBUGu73g028803; Thu, 30 Dec 2004 16:56:07 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBUGu7mh028802; Thu, 30 Dec 2004 16:56:07 GMT (envelope-from rwatson) Message-Id: <200412301656.iBUGu7mh028802@repoman.freebsd.org> From: Robert Watson Date: Thu, 30 Dec 2004 16:56:07 +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/netipx ipx_input.c ipx_var.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Dec 2004 16:56:08 -0000 rwatson 2004-12-30 16:56:07 UTC FreeBSD src repository Modified files: sys/netipx ipx_input.c ipx_var.h Log: Constify ipx_zeronet, ipx_zerohost, ipx_broadnet, ipx_broadhost. Remove 'allones' since the values of the broadcast network and host variables are set statically. Revision Changes Path 1.35 +7 -8 src/sys/netipx/ipx_input.c 1.18 +4 -4 src/sys/netipx/ipx_var.h