From a7aae2379c9310619baaa6ab29d726e8225034e2 Mon Sep 17 00:00:00 2001 From: mux Date: Mon, 6 Jan 2003 12:07:38 +0000 Subject: Fix warnings on 64bits architectures. Noticed by: alpha tinderbox --- sys/security/mac_lomac/mac_lomac.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sys/security/mac_lomac/mac_lomac.c') diff --git a/sys/security/mac_lomac/mac_lomac.c b/sys/security/mac_lomac/mac_lomac.c index 55603af..483fca1 100644 --- a/sys/security/mac_lomac/mac_lomac.c +++ b/sys/security/mac_lomac/mac_lomac.c @@ -1057,8 +1057,7 @@ mac_lomac_associate_vnode_extattr(struct mount *mp, struct label *fslabel, struct vnode *vp, struct label *vlabel) { struct mac_lomac temp, *source, *dest; - size_t buflen; - int error; + int buflen, error; source = SLOT(fslabel); dest = SLOT(vlabel); -- cgit v1.1