PERFORCE change 14844 for review

Robert Watson rwatson at freebsd.org
Wed Jul 24 15:55:29 GMT 2002


http://people.freebsd.org/~peter/p4db/chv.cgi?CH=14844

Change 14844 by rwatson at rwatson_tislabs on 2002/07/24 08:54:31

	Re-definition of M_ACL is no longer required due to #include
	re-ordering.

Affected files ...

.. //depot/projects/trustedbsd/mac/sys/ufs/ufs/ufs_vnops.c#41 edit

Differences ...

==== //depot/projects/trustedbsd/mac/sys/ufs/ufs/ufs_vnops.c#41 (text+ko) ====

@@ -84,10 +84,6 @@
 #include <ufs/ufs/dirhash.h>
 #endif
 
-#ifdef MALLOC_DECLARE
-MALLOC_DECLARE(M_ACL);
-#endif
-
 static int ufs_access(struct vop_access_args *);
 static int ufs_advlock(struct vop_advlock_args *);
 static int ufs_chmod(struct vnode *, int, struct ucred *, struct thread *);
To Unsubscribe: send mail to majordomo at trustedbsd.org
with "unsubscribe trustedbsd-cvs" in the body of the message



More information about the trustedbsd-cvs mailing list