<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - fix compilation after recent rename"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=94660">94660</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>fix compilation after recent rename
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>xorg
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>unspecified
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>Other
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>medium
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>Driver/openchrome
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>openchrome-devel@lists.freedesktop.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>bensberg@justemail.net
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Created <span class=""><a href="attachment.cgi?id=122480" name="attach_122480" title="renames also the prototype">attachment 122480</a> <a href="attachment.cgi?id=122480&action=edit" title="renames also the prototype">[details]</a></span>
renames also the prototype

When renaming UnmapMem to UnmapMMIO it was forgotten to rename also the
prototype in the header file.  Attached patch fixes that.

However, with that fix I still cannot compile openchrome.  (I have started
using -Werror, to not allow any warnings to slip by unnoticed: export
CFLAGS="-g -O2 -Werror" && ./configure && make clean all).

via_ums.c: In functie ‘ums_create’:
via_ums.c:657:11: fout: impliciete declaratie van functie ‘xf86InitFBManager’
[-Werror=implicit-function-declaration]
     ret = xf86InitFBManager(pScreen, &AvailFBArea);
           ^
via_ums.c:668:9: fout: impliciete declaratie van functie
‘xf86InitFBManagerLinear’ [-Werror=implicit-function-declaration]
         xf86InitFBManagerLinear(pScreen, offset, size);

It seems some xf86 header include is missing.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>