PERFORCE change 101170 for review

Scott Long scottl at FreeBSD.org
Sun Jul 9 21:56:15 UTC 2006


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

Change 101170 by scottl at scottl-x64 on 2006/07/09 21:55:52

	Loop around IFC.

Affected files ...

.. //depot/projects/scottl-camlock/src/sys/kern/kern_environment.c#9 integrate
.. //depot/projects/scottl-camlock/src/sys/kern/subr_hints.c#4 integrate
.. //depot/projects/scottl-camlock/src/sys/sys/systm.h#8 integrate

Differences ...

==== //depot/projects/scottl-camlock/src/sys/kern/kern_environment.c#9 (text+ko) ====

@@ -35,7 +35,7 @@
  */
 
 #include <sys/cdefs.h>
-__FBSDID("$FreeBSD: src/sys/kern/kern_environment.c,v 1.43 2006/03/15 19:23:08 netchild Exp $");
+__FBSDID("$FreeBSD: src/sys/kern/kern_environment.c,v 1.44 2006/07/09 21:42:58 scottl Exp $");
 
 #include "opt_mac.h"
 

==== //depot/projects/scottl-camlock/src/sys/kern/subr_hints.c#4 (text+ko) ====

@@ -25,7 +25,7 @@
  */
 
 #include <sys/cdefs.h>
-__FBSDID("$FreeBSD: src/sys/kern/subr_hints.c,v 1.12 2005/07/31 10:46:55 netchild Exp $");
+__FBSDID("$FreeBSD: src/sys/kern/subr_hints.c,v 1.13 2006/07/09 21:42:58 scottl Exp $");
 
 #include <sys/param.h>
 #include <sys/lock.h>

==== //depot/projects/scottl-camlock/src/sys/sys/systm.h#8 (text+ko) ====

@@ -32,7 +32,7 @@
  * SUCH DAMAGE.
  *
  *	@(#)systm.h	8.7 (Berkeley) 3/29/95
- * $FreeBSD: src/sys/sys/systm.h,v 1.240 2006/02/11 09:33:07 phk Exp $
+ * $FreeBSD: src/sys/sys/systm.h,v 1.241 2006/07/09 21:42:58 scottl Exp $
  */
 
 #ifndef _SYS_SYSTM_H_


More information about the p4-projects mailing list