From owner-cvs-all@FreeBSD.ORG Thu Sep 13 09:00:33 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 021E616A418; Thu, 13 Sep 2007 09:00:33 +0000 (UTC) (envelope-from dwmalone@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id E7AA013C45A; Thu, 13 Sep 2007 09:00:32 +0000 (UTC) (envelope-from dwmalone@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8D90Wp7068393; Thu, 13 Sep 2007 09:00:32 GMT (envelope-from dwmalone@repoman.freebsd.org) Received: (from dwmalone@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8D90WE5068392; Thu, 13 Sep 2007 09:00:32 GMT (envelope-from dwmalone) Message-Id: <200709130900.l8D90WE5068392@repoman.freebsd.org> From: David Malone Date: Thu, 13 Sep 2007 09:00:32 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/net bpf_filter.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 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, 13 Sep 2007 09:00:33 -0000 dwmalone 2007-09-13 09:00:32 UTC FreeBSD src repository Modified files: sys/net bpf_filter.c Log: Make the type of the memory used by the BPF filter unsigned, so it matches the BPF registers (which are the only thing that is assigned to/from BPF memory). This is a pedantic change that shouldn't change any behaviour. PR: 115931 Submitted by: Matthew Luckie Approved by: re (bmah) MFC after: 3 weeks Revision Changes Path 1.28 +1 -1 src/sys/net/bpf_filter.c