summaryrefslogtreecommitdiffstats
path: root/sys/ufs/ffs/ffs_vnops.c
diff options
context:
space:
mode:
authordd <dd@FreeBSD.org>2002-10-02 05:15:34 +0000
committerdd <dd@FreeBSD.org>2002-10-02 05:15:34 +0000
commit814e4146005f49befa717eb2fcaf4cc4f3740f9a (patch)
tree8796063d4a78217cf2716fafe20b33fc20fd76e7 /sys/ufs/ffs/ffs_vnops.c
parent8c002c3888127a0d4f8f6e05fb59dc16bbe23c62 (diff)
downloadFreeBSD-src-814e4146005f49befa717eb2fcaf4cc4f3740f9a.zip
FreeBSD-src-814e4146005f49befa717eb2fcaf4cc4f3740f9a.tar.gz
size_t is not a struct (fix mislabelling in a comment).
Diffstat (limited to 'sys/ufs/ffs/ffs_vnops.c')
-rw-r--r--sys/ufs/ffs/ffs_vnops.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/ufs/ffs/ffs_vnops.c b/sys/ufs/ffs/ffs_vnops.c
index 9ad4f47..94d3e50 100644
--- a/sys/ufs/ffs/ffs_vnops.c
+++ b/sys/ufs/ffs/ffs_vnops.c
@@ -1522,7 +1522,7 @@ vop_getextattr {
IN int a_attrnamespace;
IN const char *a_name;
INOUT struct uio *a_uio;
- OUT struct size_t *a_size;
+ OUT size_t *a_size;
IN struct ucred *a_cred;
IN struct thread *a_td;
};
OpenPOWER on IntegriCloud