Module Name: src
Committed By: sevan
Date: Sat Sep 29 19:40:58 UTC 2018
Modified Files:
src/external/cddl/dtracetoolkit/dist/Include: test.ksh
Log Message:
Fix comment markers.
https://github.com/opendtrace/toolkit/issues/11
To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 \
src/external/cddl/dtracetoolkit/dist/Include/test.ksh
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/cddl/dtracetoolkit/dist/Include/test.ksh
diff -u src/external/cddl/dtracetoolkit/dist/Include/test.ksh:1.1.1.1 src/external/cddl/dtracetoolkit/dist/Include/test.ksh:1.2
--- src/external/cddl/dtracetoolkit/dist/Include/test.ksh:1.1.1.1 Wed Sep 30 22:01:09 2015
+++ src/external/cddl/dtracetoolkit/dist/Include/test.ksh Sat Sep 29 19:40:58 2018
@@ -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