Deleted Added
full compact
39c39
< * $FreeBSD: head/sys/security/mac/mac_syscalls.c 103136 2002-09-09 17:12:24Z rwatson $
---
> * $FreeBSD: head/sys/security/mac/mac_syscalls.c 103314 2002-09-14 09:02:28Z njl $
1119c1119
< if (vp->v_tag != VT_NON)
---
> if (vp->v_type != VNON)
1121c1121
< "vn_refreshlabel: null v_mount with non-VT_NON\n");
---
> "vn_refreshlabel: null v_mount with non-VNON\n");
2954,2955c2954,2955
< if (vp->v_tag != VT_NON)
< printf("vn_setlabel: null v_mount with non-VT_NON\n");
---
> if (vp->v_type != VNON)
> printf("vn_setlabel: null v_mount with non-VNON\n");