From owner-svn-src-head@FreeBSD.ORG Thu Jan 1 02:29:18 2009 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3C7C1106566B; Thu, 1 Jan 2009 02:29:18 +0000 (UTC) (envelope-from obrien@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 2AB8B8FC08; Thu, 1 Jan 2009 02:29:18 +0000 (UTC) (envelope-from obrien@FreeBSD.org) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id n012TI4l041682; Thu, 1 Jan 2009 02:29:18 GMT (envelope-from obrien@svn.freebsd.org) Received: (from obrien@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id n012TIh1041681; Thu, 1 Jan 2009 02:29:18 GMT (envelope-from obrien@svn.freebsd.org) Message-Id: <200901010229.n012TIh1041681@svn.freebsd.org> From: "David E. O'Brien" Date: Thu, 1 Jan 2009 02:29:18 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r186669 - head/sys/sys X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jan 2009 02:29:18 -0000 Author: obrien Date: Thu Jan 1 02:29:17 2009 New Revision: 186669 URL: http://svn.freebsd.org/changeset/base/186669 Log: style(9) Verfied with: svn diff -x -Bbw file.h showing empty diff Modified: head/sys/sys/file.h Modified: head/sys/sys/file.h ============================================================================== --- head/sys/sys/file.h Thu Jan 1 02:11:01 2009 (r186668) +++ head/sys/sys/file.h Thu Jan 1 02:29:17 2009 (r186669) @@ -119,7 +119,7 @@ struct file { struct ucred *f_cred; /* associated credentials. */ struct vnode *f_vnode; /* NULL or applicable vnode */ short f_type; /* descriptor type */ - short f_vnread_flags; /* (f) Sleep lock for f_offset */ + short f_vnread_flags; /* (f) Sleep lock for f_offset */ volatile u_int f_flag; /* see fcntl.h */ volatile u_int f_count; /* reference count */ /*