diff options
| author | Konstantin Belousov <kib@FreeBSD.org> | 2008-09-20 19:50:52 +0000 |
|---|---|---|
| committer | Konstantin Belousov <kib@FreeBSD.org> | 2008-09-20 19:50:52 +0000 |
| commit | caf8aec886e25d58354701ed52e6321ea4f4239c (patch) | |
| tree | 115bb5b75428770843d9c2637d376cde0d96084e /sys/kern/uipc_mqueue.c | |
| parent | 4c5a20e3da04533aa054a826511d723a73669d45 (diff) | |
Notes
Diffstat (limited to 'sys/kern/uipc_mqueue.c')
| -rw-r--r-- | sys/kern/uipc_mqueue.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/kern/uipc_mqueue.c b/sys/kern/uipc_mqueue.c index 58e133da5f30..aa362cb8a3ca 100644 --- a/sys/kern/uipc_mqueue.c +++ b/sys/kern/uipc_mqueue.c @@ -1164,7 +1164,6 @@ mqfs_getattr(struct vop_getattr_args *ap) struct vattr *vap = ap->a_vap; int error = 0; - VATTR_NULL(vap); vap->va_type = vp->v_type; vap->va_mode = pn->mn_mode; vap->va_nlink = 1; |
