Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Jul 2002 08:55:29 -0700 (PDT)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 14844 for review
Message-ID:  <200207241555.g6OFtTTK041826@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://people.freebsd.org/~peter/p4db/chv.cgi?CH=14844

Change 14844 by rwatson@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@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200207241555.g6OFtTTK041826>