Date: Mon, 9 Jan 2006 20:07:01 GMT From: "Christian S.J. Peron" <csjp@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 89433 for review Message-ID: <200601092007.k09K717M065039@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=89433 Change 89433 by csjp@csjp_xor on 2006/01/09 20:06:01 Remove the include for namei.h. This was added because a older, local version of the NFS labeling code passed a different argument to the entry point. Affected files ... .. //depot/projects/trustedbsd/mac/sys/security/mac_biba/mac_biba.c#260 edit Differences ... ==== //depot/projects/trustedbsd/mac/sys/security/mac_biba/mac_biba.c#260 (text+ko) ==== @@ -49,7 +49,6 @@ #include <sys/malloc.h> #include <sys/mman.h> #include <sys/mount.h> -#include <sys/namei.h> #include <sys/proc.h> #include <sys/sbuf.h> #include <sys/systm.h>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200601092007.k09K717M065039>