summaryrefslogtreecommitdiffstats
path: root/sys/sys/file.h
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2001-09-13 22:52:42 +0000
committerobrien <obrien@FreeBSD.org>2001-09-13 22:52:42 +0000
commit1d2d921ea8dc1db60c8ed47fe6c7ce2048325f76 (patch)
tree57c7751eadc12d920ac8ed987720594d6caea02c /sys/sys/file.h
parent82bc2ba4e0e5e627bb8f4a33df86823fae16b6cf (diff)
downloadFreeBSD-src-1d2d921ea8dc1db60c8ed47fe6c7ce2048325f76.zip
FreeBSD-src-1d2d921ea8dc1db60c8ed47fe6c7ce2048325f76.tar.gz
Re-apply rev 1.178 -- style(9) the structure definitions.
I have to wonder how many other changes were lost in the KSE mildstone 2 merge.
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 0416d3a..fc68b80 100644
--- a/sys/sys/file.h
+++ b/sys/sys/file.h
@@ -66,7 +66,7 @@ struct file {
int f_count; /* reference count */
int f_msgcount; /* references from message queue */
struct ucred *f_cred; /* credentials associated with descriptor */
- struct fileops {
+ struct fileops {
int (*fo_read) __P((struct file *fp, struct uio *uio,
struct ucred *cred, int flags,
struct thread *td));
OpenPOWER on IntegriCloud