summaryrefslogtreecommitdiffstats
path: root/sys/sys/file.h
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2009-01-01 02:29:17 +0000
committerobrien <obrien@FreeBSD.org>2009-01-01 02:29:17 +0000
commitb3e5e62b89b5aaa393ce9895dc25552e19fb0254 (patch)
tree02aea1498ec72ae3bcd1511d8cc2559df7a1832e /sys/sys/file.h
parentc29057c1ff0b2808f60477eaa4204d9462573c2e (diff)
downloadFreeBSD-src-b3e5e62b89b5aaa393ce9895dc25552e19fb0254.zip
FreeBSD-src-b3e5e62b89b5aaa393ce9895dc25552e19fb0254.tar.gz
style(9)
Verfied with: svn diff -x -Bbw file.h showing empty diff
Diffstat (limited to 'sys/sys/file.h')
-rw-r--r--sys/sys/file.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/file.h b/sys/sys/file.h
index 461b7e8..5c58e82 100644
--- a/sys/sys/file.h
+++ b/sys/sys/file.h
@@ -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 */
/*
OpenPOWER on IntegriCloud