Hi,

I happen to be a person taking care a lot of pkgsrc (www.pkgsrc.org) 
packaging work for DragonFly (www.dragonflybsd.org) platform. Recently I 
received a report from user that gtk-gnutella doesn't build on DragonFly.

The problem is in the src/lib/entropy.c in SHA1Input(&ctx, f, sizeof *f); 
calls. FILE is an opaque (incomplete) type, so sizeof(FILE) just fails to 
build on DragonFly.

As I don't understand the code very well and why the size of struct FILE 
is needed at all (is it really the data which is needed there?), no patch 
to apply from me.


regards,

-- 
Hasso Tepper

------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time, 
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
_______________________________________________
gtk-gnutella-devel mailing list
gtk-gnutella-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gtk-gnutella-devel

Reply via email to