From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8409 invoked by alias); 19 Jul 2012 03:04:36 -0000 Received: (qmail 8356 invoked by uid 9586); 19 Jul 2012 03:04:36 -0000 Date: Thu, 19 Jul 2012 03:04:00 -0000 Message-ID: <20120719030436.8344.qmail@sourceware.org> From: jistone@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.8-44-gd9b0c1c X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 73d53dd2213ce54a72db9b3bd029eb1f39760656 X-Git-Newrev: d9b0c1c8712ff255d4b6171fdb0e1ec39f444501 Mailing-List: contact systemtap-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: systemtap-cvs-owner@sourceware.org List-Archive: Reply-To: systemtap@sourceware.org X-SW-Source: 2012-q3/txt/msg00010.txt.bz2 This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "systemtap: system-wide probe/trace tool". The branch, master has been updated via d9b0c1c8712ff255d4b6171fdb0e1ec39f444501 (commit) from 73d53dd2213ce54a72db9b3bd029eb1f39760656 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit d9b0c1c8712ff255d4b6171fdb0e1ec39f444501 Author: Josh Stone Date: Wed Jul 18 18:33:12 2012 -0700 Further tweak to glibc/kernel-headers workaround ... following commit 037853b4644bb6ebd68e2f1fac11c3636f551d8e, for https://bugzilla.redhat.com/show_bug.cgi?id=840902 Seems it's not always possible to avoid linux/types.h for the conflict it presents with sys/select.h. Now include linux/types.h very early, so glibc can stomp over it with #undef and #define, rather than vice versa. ----------------------------------------------------------------------- Summary of changes: staprun/staprun.h | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) hooks/post-receive -- systemtap: system-wide probe/trace tool