Comment 7 for bug 1130626

Revision history for this message
Timo Juhani Lindfors (timo-lindfors) wrote :

These changes correspond to the following upstream git commits:

commit d85f7afdbff8b6056ef5221575f6fa6c59b07533
Author: Frank Ch. Eigler <email address hidden>
Date: Fri Aug 10 13:56:36 2012 -0400

    PR14452: drop 1ULL literal from sys/sdt.h

    Use (unsigned long long) 1 instead, which is for some reason kosherer.

commit 69607fca94ea279881df9d8ebc0522793b4d60e2
Author: Frank Ch. Eigler <email address hidden>
Date: Tue Jan 22 16:03:45 2013 -0500

    BZ902739: make dtrace emit slightly cleaner C code

    When generating stub .c files, make sure that the dummy __dtrace() function is
    fully "-Wall -Wextra -pedantic" - clean by adding some decorations.