The following networking examples fail with the 2.6.36-rcx kernels due to the use of NIPQUAD and NIPQUAD_FMT: FAIL: systemtap.examples/network/tcp_trace build FAIL: systemtap.examples/network/tcp_trace run FAIL: systemtap.examples/network/tcpdumplike build FAIL: systemtap.examples/network/tcpdumplike run FAIL: systemtap.examples/network/tcpipstat build FAIL: systemtap.examples/network/tcpipstat run FAIL: systemtap.examples/process/pfiles build FAIL: systemtap.examples/process/pfiles run All of them end up with an error: error: implicit declaration of function ‘NIPQUAD’ This is due to NIPQUAD and NIPQUAD_FMT being removed from the 2.6.36 kernels. One possibility is to just place the definitions for NIPQUAD and NIPQUAD_FMT in tapset/ip.stp ip_ntop() function. However, that is probably a fragile solution. -- Summary: Eliminate use of NIPQUAD and NIPQUAD_FMT in tapset/ip.stp Product: systemtap Version: unspecified Status: NEW Severity: normal Priority: P2 Component: tapsets AssignedTo: systemtap at sources dot redhat dot com ReportedBy: wcohen at redhat dot com http://sourceware.org/bugzilla/show_bug.cgi?id=11951 ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.