[ext3grep] Re: Error compiling on Cent OS 4

Ranieri Oliveira ranieri85 at gmail.com
Mon Apr 7 20:29:46 UTC 2008


    437 _INLINE_ int ext2fs_find_first_bit_set(void * addr, unsigned size)
    439 {
    440         char    *cp = (unsigned char *) addr;
    441         int     res = 0, d0;
    442
    443         if (!size)
    444                 return 0;
    445
    446         while ((size > res) && (*cp == 0)) {
    447                 cp++;
    448                 res += 8;
    449         }
    450         d0 = ffs(*cp);
    451         if (d0 == 0)
    452                 return size;
    453
    454         return res + d0 - 1;
    455 }


On Mon, Apr 7, 2008 at 4:54 PM, Carlo Wood <carlo at alinoe.com> wrote:

>
> On Mon, Apr 07, 2008 at 12:11:18PM -0300, Ranieri Oliveira wrote:
> > /usr/include/ext2fs/bitops.h:440: error: invalid conversion from
> `unsigned
> > char*' to `char*'
>
> What is on line 440?
>
> Please keep ext3-users at redhat.com in the CC.
>
> --
> Carlo Wood <carlo at alinoe.com>
>
> --~--~---------~--~----~------------~-------~--~----~
> To post to this group, send email to ext3grep at googlegroups.com
> To unsubscribe from this group, send email to
> ext3grep-unsubscribe at googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/ext3grep?hl=en
> -~----------~----~----~----~------~----~------~--~---
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listman.redhat.com/archives/ext3-users/attachments/20080407/0e52b434/attachment.htm>


More information about the Ext3-users mailing list