Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Mar 2002 13:14:07 -0800 (PST)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 8182 for review
Message-ID:  <200203212114.g2LLE7n41536@freefall.freebsd.org>

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

Change 8182 by rwatson@rwatson_tislabs on 2002/03/21 13:13:13

	Remember to #include "opt_mac.h" so that mac_init_mount() is called
	on the root file system structure.  Otherwise, the system can
	panic at shutdown.

Affected files ...

... //depot/projects/trustedbsd/mac/sys/kern/vfs_conf.c#6 edit

Differences ...

==== //depot/projects/trustedbsd/mac/sys/kern/vfs_conf.c#6 (text+ko) ====

@@ -42,6 +42,7 @@
  *
  */
 
+#include "opt_mac.h"
 #include "opt_rootdevname.h"
 
 #include <sys/param.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?200203212114.g2LLE7n41536>