PERFORCE change 147990 for review

Robert Watson rwatson at FreeBSD.org
Thu Aug 21 12:06:11 UTC 2008


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

Change 147990 by rwatson at rwatson_freebsd_capabilities on 2008/08/21 12:06:05

	pfork(2) is not yet ready to compile.

Affected files ...

.. //depot/projects/trustedbsd/capabilities/src/sys/kern/kern_fork.c#3 edit

Differences ...

==== //depot/projects/trustedbsd/capabilities/src/sys/kern/kern_fork.c#3 (text+ko) ====

@@ -111,6 +111,7 @@
 	return (error);
 }
 
+#if 0
 /* ARGUSED */
 int
 pfork(td, uap)
@@ -135,6 +136,7 @@
 	}
 	return (error);
 }
+#endif
 
 /* ARGSUSED */
 int


More information about the p4-projects mailing list