Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 May 2008 23:42:08 GMT
From:      John Birrell <jb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 142072 for review
Message-ID:  <200805222342.m4MNg8kq088769@repoman.freebsd.org>

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

Change 142072 by jb@freebsd3 on 2008/05/22 23:41:40

	Loopback

Affected files ...

.. //depot/projects/dtrace/src/sys/kern/kern_dtrace.c#8 edit
.. //depot/projects/dtrace/src/sys/kern/kern_sdt.c#10 edit

Differences ...

==== //depot/projects/dtrace/src/sys/kern/kern_dtrace.c#8 (text+ko) ====

@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2007 John Birrell <jb@FreeBSD.org>
+ * Copyright (c) 2007-2008 John Birrell <jb@FreeBSD.org>
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -25,7 +25,7 @@
  */
 
 #include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/sys/kern/kern_dtrace.c,v 1.1 2008/05/18 19:43:52 jb Exp $");
 
 #include "opt_kdb.h"
 

==== //depot/projects/dtrace/src/sys/kern/kern_sdt.c#10 (text+ko) ====

@@ -22,7 +22,7 @@
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  * SUCH DAMAGE.
  *
- * $FreeBSD$
+ * $FreeBSD: src/sys/kern/kern_sdt.c,v 1.1 2008/05/18 19:32:36 jb Exp $
  *
  * Backend for the Statically Defined Tracing (SDT) kernel support. This is
  * required to allow a module to load even though DTrace kernel support may



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