Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Jul 2002 12:04:58 -0700 (PDT)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 13735 for review
Message-ID:  <200207021904.g62J4wAi077477@freefall.freebsd.org>

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

Change 13735 by rwatson@rwatson_tislabs on 2002/07/02 12:04:58

	Move #include of malloc.h so that MALLOC_DECLARE is defined by
	the time acl.h is first included.  We need to move some ACL
	types to types.h to fix all this stuff, but that's a fix for
	the main tree I'll make seperately.  This appears to get the
	kernel compiling more.

Affected files ...

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

Differences ...

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

@@ -46,6 +46,7 @@
 
 #include <sys/param.h>
 #include <sys/systm.h>
+#include <sys/malloc.h>
 #include <sys/namei.h>
 #include <sys/kernel.h>
 #include <sys/fcntl.h>
@@ -54,7 +55,6 @@
 #include <sys/buf.h>
 #include <sys/mount.h>
 #include <sys/unistd.h>
-#include <sys/malloc.h>
 #include <sys/vnode.h>
 #include <sys/dirent.h>
 #include <sys/lockf.h>

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?200207021904.g62J4wAi077477>