On Wed, 03 Nov 1999, Philip Blundell wrote: > No, that's ssize_t. Gcc makes size_t `unsigned int' on ARM GNU/Linux systems; > I vaguely recall that it used to be `unsigned long', but I could be wrong > about that. Yep! Changing: >typedef unsigned long size_t; to >typedef unsigned int size_t; make the warning disappear! Thanks everybody! -- Fran�ois Desloges [EMAIL PROTECTED] unsubscribe: body of `unsubscribe linux-arm' to [EMAIL PROTECTED]
- Question about some BIOS code Francois Desloges
- Re: Question about some BIOS code Russell King - ARM Linux Admin
- Re: Question about some BIOS code Paul Koning
- Re: Question about some BIOS c... Russell King - ARM Linux Admin
- Re: Question about some BI... Paul Koning
- Re: Question about some BI... Philip Blundell
- Re: samsung network processor Ralph Garvin
- Re: samsung network processor Ben Williamson
- Francois Desloges
