Date: Sun, 9 Jul 2006 21:56:11 GMT From: Scott Long <scottl@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 101170 for review Message-ID: <200607092156.k69LuBOp065664@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=101170 Change 101170 by scottl@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_
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200607092156.k69LuBOp065664>