svn commit: r186669 - head/sys/sys

David E. O'Brien obrien at FreeBSD.org
Thu Jan 1 02:29:18 UTC 2009


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 */
 	/*


More information about the svn-src-all mailing list