From owner-cvs-all@FreeBSD.ORG Fri Nov 2 18:53:40 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 DB38516A502; Fri, 2 Nov 2007 18:53:39 +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 A5ED313C47E; Fri, 2 Nov 2007 18:53:39 +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 lA2GRMDG049998; Fri, 2 Nov 2007 16:27:22 GMT (envelope-from dwmalone@repoman.freebsd.org) Received: (from dwmalone@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lA2GRM7a049997; Fri, 2 Nov 2007 16:27:22 GMT (envelope-from dwmalone) Message-Id: <200711021627.lA2GRM7a049997@repoman.freebsd.org> From: David Malone Date: Fri, 2 Nov 2007 16:27:22 +0000 (UTC) To: src-committers@freebsd.org, cvs-src@freebsd.org, cvs-all@freebsd.org X-FreeBSD-CVS-Branch: RELENG_6 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: Fri, 02 Nov 2007 18:53:40 -0000 dwmalone 2007-11-02 16:27:22 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/net bpf_filter.c Log: MFC 1.28: 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 Revision Changes Path 1.23.2.2 +1 -1 src/sys/net/bpf_filter.c