Date: Thu, 1 Jan 2009 02:29:18 +0000 (UTC) From: "David E. O'Brien" <obrien@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r186669 - head/sys/sys Message-ID: <200901010229.n012TIh1041681@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 */ /*
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200901010229.n012TIh1041681>