summaryrefslogtreecommitdiffstats
path: root/runtime/transport
diff options
context:
space:
mode:
authorfche <fche>2005-08-23 15:32:27 +0000
committerfche <fche>2005-08-23 15:32:27 +0000
commit7fe37f3da54c6225f7bac3098fb9dd3649dffcd3 (patch)
tree4638dc64a19a247ddf93b710f9db498151e2c71d /runtime/transport
parentb5e93a155bcaf04e3b2795a70489a8800eb60e97 (diff)
downloadsystemtap-steved-7fe37f3da54c6225f7bac3098fb9dd3649dffcd3.tar.gz
systemtap-steved-7fe37f3da54c6225f7bac3098fb9dd3649dffcd3.tar.xz
systemtap-steved-7fe37f3da54c6225f7bac3098fb9dd3649dffcd3.zip
typo fix
Diffstat (limited to 'runtime/transport')
-rw-r--r--runtime/transport/transport.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/transport/transport.c b/runtime/transport/transport.c
index e92ce5d1..0272fedd 100644
--- a/runtime/transport/transport.c
+++ b/runtime/transport/transport.c
@@ -59,7 +59,7 @@ int _stp_transport_send (int type, void *data, int len)
}
#ifndef STP_RELAYFS
-int _stp_transport_write (data, len)
+int _stp_transport_write (void *data, int len)
{
/* when _stp_exit_called is set, we are in probe_exit() and we can sleep */
if (_stp_exit_called)