From owner-cvs-all@FreeBSD.ORG Sat Dec 6 21:49:22 2003 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 4D2C016A4CE; Sat, 6 Dec 2003 21:49:22 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9CA0D43F93; Sat, 6 Dec 2003 21:49:21 -0800 (PST) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB75nLXJ028146; Sat, 6 Dec 2003 21:49:21 -0800 (PST) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB75nL9G028145; Sat, 6 Dec 2003 21:49:21 -0800 (PST) (envelope-from imp) Message-Id: <200312070549.hB75nL9G028145@repoman.freebsd.org> From: Warner Losh Date: Sat, 6 Dec 2003 21:49:21 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/net if_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: Sun, 07 Dec 2003 05:49:22 -0000 imp 2003/12/06 21:49:21 PST FreeBSD src repository Modified files: sys/net if_var.h Log: Make the if_broadcastaddr const. All the drivers in the tree which violated the constness were corrected before the freeze. This was suggested by mdodd@, I think, and sam@ and others have signed off on this if I recall my conversations with them correctly. Revision Changes Path 1.63 +1 -1 src/sys/net/if_var.h