On Thu, Nov 15, 2007 at 09:01:03PM -0500, Daniel Schepler wrote:
> From my pbuilder build log:
> 
> ...
> cc -g -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations 
> -I../shared -DVERSION=\"`cat ../VERSION`\" -DTOPDIR=\"/tmp/buildd/tcng-10b\"  
>    -c -o f_fw.o f_fw.c
> In file included from ../shared/memutil.h:13,
>                  from util.h:14,
>                  from f_fw.c:13:
> /usr/include/sys/types.h:46: error: conflicting types for 'loff_t'
> /usr/include/linux/types.h:30: error: previous declaration of 'loff_t' was 
> here
> /usr/include/sys/types.h:62: error: conflicting types for 'dev_t'
> /usr/include/linux/types.h:13: error: previous declaration of 'dev_t' was here

I can't seem to reproduce it; could you please tell me what arch/compiler
are you using?

In current unstable, both types are signed 64 bit ints both in sys/types.h
(from libc6-dev) and linux/types.h (from linux-libc-dev), even on i386.

-- 
1KB             // Microsoft corollary to Hanlon's razor:
                //      Never attribute to stupidity what can be
                //      adequately explained by malice.



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to