Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Sep 2002 12:19:56 -0700 (PDT)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 18395 for review
Message-ID:  <200209301919.g8UJJu2b073347@freefall.freebsd.org>

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

Change 18395 by rwatson@rwatson_sproing on 2002/09/30 12:19:43

	malloc.h now required for M_WAITOK, etc.

Affected files ...

.. //depot/projects/trustedbsd/mac/sys/security/mac_te/mac_te.c#79 edit

Differences ...

==== //depot/projects/trustedbsd/mac/sys/security/mac_te/mac_te.c#79 (text+ko) ====

@@ -48,6 +48,7 @@
 #include <sys/conf.h>
 #include <sys/kernel.h>
 #include <sys/mac.h>
+#include <sys/malloc.h>
 #include <sys/mount.h>
 #include <sys/proc.h>
 #include <sys/systm.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?200209301919.g8UJJu2b073347>