Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/cddl/dtracetoolkit/dist/Include Fix comment markers.
details: https://anonhg.NetBSD.org/src/rev/d15b51ca9a55
branches: trunk
changeset: 993776:d15b51ca9a55
user: sevan <sevan%NetBSD.org@localhost>
date: Sat Sep 29 19:40:58 2018 +0000
description:
Fix comment markers.
https://github.com/opendtrace/toolkit/issues/11
diffstat:
external/cddl/dtracetoolkit/dist/Include/test.ksh | 46 +++++++++++-----------
1 files changed, 23 insertions(+), 23 deletions(-)
diffs (54 lines):
diff -r 80b3832117f2 -r d15b51ca9a55 external/cddl/dtracetoolkit/dist/Include/test.ksh
--- a/external/cddl/dtracetoolkit/dist/Include/test.ksh Sat Sep 29 18:48:55 2018 +0000
+++ b/external/cddl/dtracetoolkit/dist/Include/test.ksh Sat Sep 29 19:40:58 2018 +0000
@@ -1,27 +1,27 @@
#!/usr/bin/ksh
-/*
- * test.ksh - DTrace include file test script.
- *
- * $Id: test.ksh,v 1.1.1.1 2015/09/30 22:01:09 christos Exp $
- *
- * COPYRIGHT: Copyright (c) 2007 Brendan Gregg.
- *
- * CDDL HEADER START
- *
- * The contents of this file are subject to the terms of the
- * Common Development and Distribution License, Version 1.0 only
- * (the "License"). You may not use this file except in compliance
- * with the License.
- *
- * You can obtain a copy of the license at Docs/cddl1.txt
- * or http://www.opensolaris.org/os/licensing.
- * See the License for the specific language governing permissions
- * and limitations under the License.
- *
- * CDDL HEADER END
- *
- * 16-Sep-2007 Brendan Gregg Created this.
- */
+#
+# test.ksh - DTrace include file test script.
+#
+# $Id: test.ksh,v 1.2 2018/09/29 19:40:58 sevan Exp $
+#
+# COPYRIGHT: Copyright (c) 2007 Brendan Gregg.
+#
+# CDDL HEADER START
+#
+# The contents of this file are subject to the terms of the
+# Common Development and Distribution License, Version 1.0 only
+# (the "License"). You may not use this file except in compliance
+# with the License.
+#
+# You can obtain a copy of the license at Docs/cddl1.txt
+# or http://www.opensolaris.org/os/licensing.
+# See the License for the specific language governing permissions
+# and limitations under the License.
+#
+# CDDL HEADER END
+#
+# 16-Sep-2007 Brendan Gregg Created this.
+#
dtrace -CI . -s /dev/stdin << END
Home |
Main Index |
Thread Index |
Old Index