This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug tapsets/11951] Eliminate use of NIPQUAD and NIPQUAD_FMT in tapset/ip.stp


------- Additional Comments From dsmith at redhat dot com  2010-08-30 18:12 -------
Looks like the use of NIPQUAD/NIPQUAD_FMT was removed in the following kernel
commit:

  commit 3685f25de1b0447fff381c420de1e25bd57c9efb
  Author: Harvey Harrison <harvey.harrison@gmail.com>
  Date:   Fri Oct 31 00:56:49 2008 -0700

    misc: replace NIPQUAD()
    
    Using NIPQUAD() with NIPQUAD_FMT, %d.%d.%d.%d or %u.%u.%u.%u
    can be replaced with %pI4

Then NIPQUAD/NIPQUAD_FMT was actually removed in:

  commit cf4ca4874fc45166198424384275f443a672d0b7
  Author: Joe Perches <joe@perches.com>
  Date:   Mon Aug 9 17:20:20 2010 -0700

    kernel.h: remove unused NIPQUAD and NIPQUAD_FMT
    
    There are no more uses of NIPQUAD or NIPQUAD_FMT.  Remove the definitions.


-- 


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]