Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Aug 2008 12:06:10 GMT
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 147990 for review
Message-ID:  <200808211206.m7LC6AZT018554@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=147990

Change 147990 by rwatson@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200808211206.m7LC6AZT018554>