From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3534 invoked by alias); 17 May 2009 17:49:12 -0000 Received: (qmail 3521 invoked by uid 22791); 17 May 2009 17:49:10 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from mail-fx0-f162.google.com (HELO mail-fx0-f162.google.com) (209.85.220.162) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sun, 17 May 2009 17:49:03 +0000 Received: by fxm6 with SMTP id 6so3301786fxm.24 for ; Sun, 17 May 2009 10:49:01 -0700 (PDT) Received: by 10.103.228.19 with SMTP id f19mr3593195mur.32.1242582540972; Sun, 17 May 2009 10:49:00 -0700 (PDT) Received: from debian (chello089079179132.chello.pl [89.79.179.132]) by mx.google.com with ESMTPS id u9sm20210muf.7.2009.05.17.10.48.59 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 17 May 2009 10:48:59 -0700 (PDT) Mail-From: 8f09fb2d0fe7e2ed58b79ad2c0a79a93fc8dad2d Mon Sep 17 00:00:00 2001 From: Przemyslaw Pawelczyk Date: Sun, 17 May 2009 17:49:00 -0000 Subject: [PATCH] Fix typo in mq_timedreceive probe point. To: systemtap@sourceware.org Message-Id: <1242582539.814509.8391@debian> X-IsSubscribed: yes Mailing-List: contact systemtap-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: systemtap-owner@sourceware.org X-SW-Source: 2009-q2/txt/msg00600.txt.bz2 * tapset/syscalls.stp: Rename abs_timout_uaddr to abs_timeout_uaddr. --- tapset/syscalls.stp | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/tapset/syscalls.stp b/tapset/syscalls.stp index a215dc1..0eaf84c 100644 --- a/tapset/syscalls.stp +++ b/tapset/syscalls.stp @@ -2976,7 +2976,7 @@ probe syscall.mq_timedreceive = msg_ptr_uaddr = $u_msg_ptr msg_len = $msg_len msg_prio_uaddr = $u_msg_prio - abs_timout_uaddr = $u_abs_timeout + abs_timeout_uaddr = $u_abs_timeout argstr = sprintf("%d, %p, %d, %p, %p", $mqdes, $u_msg_ptr, $msg_len, $u_msg_prio, $u_abs_timeout) } -- 1.5.6.5