PERFORCE change 123000 for review

Marko Zec zec at FreeBSD.org
Fri Jul 6 09:14:57 UTC 2007


http://perforce.freebsd.org/chv.cgi?CH=123000

Change 123000 by zec at zec_tpx32 on 2007/07/06 09:14:31

	#include <sys/priv.h> which now provides prototype declaration
	for suser().  We'll abandon suser() in favor of priv_check()
	anyway soon.

Affected files ...

.. //depot/projects/vimage/src/sys/kern/kern_vimage.c#21 edit

Differences ...

==== //depot/projects/vimage/src/sys/kern/kern_vimage.c#21 (text+ko) ====

@@ -48,6 +48,7 @@
 #include <sys/queue.h>
 #include <sys/socketvar.h>
 #include <sys/sysctl.h>
+#include <sys/priv.h>
 #include <sys/vimage.h>
 #include <sys/vmmeter.h>
 


More information about the p4-projects mailing list