From owner-cvs-src@FreeBSD.ORG  Sun Jun 17 21:51:45 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id A425516A469;
	Sun, 17 Jun 2007 21:51:45 +0000 (UTC)
	(envelope-from csjp@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41])
	by mx1.freebsd.org (Postfix) with ESMTP id 7D38113C45A;
	Sun, 17 Jun 2007 21:51:45 +0000 (UTC)
	(envelope-from csjp@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l5HLpj9F013429;
	Sun, 17 Jun 2007 21:51:45 GMT
	(envelope-from csjp@repoman.freebsd.org)
Received: (from csjp@localhost)
	by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l5HLpj1E013416;
	Sun, 17 Jun 2007 21:51:45 GMT (envelope-from csjp)
Message-Id: <200706172151.l5HLpj1E013416@repoman.freebsd.org>
From: "Christian S.J. Peron" <csjp@FreeBSD.org>
Date: Sun, 17 Jun 2007 21:51:44 +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.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sun, 17 Jun 2007 21:51:45 -0000

csjp        2007-06-17 21:51:44 UTC

  FreeBSD src repository

  Modified files:
    sys/net              bpf.c 
  Log:
  Silence some gcc 4 warnings. It is expected that the bpf_movein() routine
  will intialize the the header length and re-initialize the mbuf pointer
  to reference the mbuf that is allocated after moving user supplied packet
  data in.
  
  Revision  Changes    Path
  1.178     +2 -0      src/sys/net/bpf.c