diff options
author | Dave Brolley <brolley@redhat.com> | 2009-03-30 15:41:31 -0400 |
---|---|---|
committer | Dave Brolley <brolley@redhat.com> | 2009-03-30 15:41:31 -0400 |
commit | 8f2b14197e7db279434c5b063b755d1121c137de (patch) | |
tree | e6d335d41fbe085fccac277a5565dd089267db32 /testsuite/systemtap.examples/network/tcp.stp | |
parent | 4407fecb4b4e7466b256a26d1bfd63333bf367a2 (diff) | |
parent | 267a544424be10825c57ea3eaa4d908c818211c7 (diff) | |
download | systemtap-steved-8f2b14197e7db279434c5b063b755d1121c137de.tar.gz systemtap-steved-8f2b14197e7db279434c5b063b755d1121c137de.tar.xz systemtap-steved-8f2b14197e7db279434c5b063b755d1121c137de.zip |
Merge branch 'master' of git://sources.redhat.com/git/systemtap
Conflicts:
aclocal.m4
configure
testsuite/aclocal.m4
Also:
2009-03-30 Dave Brolley <brolley@redhat.com>
* nsscommon.c (nssError): Handle SEC_ERROR_BAD_SIGNATURE.
2009-03-30 Dave Brolley <brolley@redhat.com>
* modverify.c (verify_it): Print a message if the module may have been
tampered with.
Diffstat (limited to 'testsuite/systemtap.examples/network/tcp.stp')
-rw-r--r-- | testsuite/systemtap.examples/network/tcp.stp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuite/systemtap.examples/network/tcp.stp b/testsuite/systemtap.examples/network/tcp.stp index ebe72a1c..01db9d2d 100644 --- a/testsuite/systemtap.examples/network/tcp.stp +++ b/testsuite/systemtap.examples/network/tcp.stp @@ -1,3 +1,5 @@ +#! /usr/bin/env stap + //A simple TCP tapset example probe begin { |