aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/dtrace/dtraceall
diff options
context:
space:
mode:
Diffstat (limited to 'sys/modules/dtrace/dtraceall')
-rw-r--r--sys/modules/dtrace/dtraceall/Makefile2
-rw-r--r--sys/modules/dtrace/dtraceall/dtraceall.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/modules/dtrace/dtraceall/Makefile b/sys/modules/dtrace/dtraceall/Makefile
index cfb158da21f6..44e0349d9890 100644
--- a/sys/modules/dtrace/dtraceall/Makefile
+++ b/sys/modules/dtrace/dtraceall/Makefile
@@ -1,4 +1,4 @@
-# $FreeBSD$
+# $FreeBSD: src/sys/modules/dtrace/dtraceall/Makefile,v 1.1.4.3.2.1 2012/03/03 06:15:13 kensmith Exp $
KMOD= dtraceall
SRCS= dtraceall.c opt_compat.h
diff --git a/sys/modules/dtrace/dtraceall/dtraceall.c b/sys/modules/dtrace/dtraceall/dtraceall.c
index 76172b7aa50a..fda299df7927 100644
--- a/sys/modules/dtrace/dtraceall/dtraceall.c
+++ b/sys/modules/dtrace/dtraceall/dtraceall.c
@@ -22,7 +22,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/modules/dtrace/dtraceall/dtraceall.c,v 1.4.2.3.2.1 2012/03/03 06:15:13 kensmith Exp $
*/
#include <sys/cdefs.h>