On Sun, Oct 22, 2006 at 03:29:52PM -0400, Camm Maguire wrote:
> Greetings!  Here is one I cannot reproduce on the box you've so kindly
> made available:

> gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -DTRAD_CORE -I. -I. 
> -I./../include -I./../intl -I../intl -W -Wall -Wstrict-prototypes 
> -Wmissing-prototypes -g -O2 -c trad-core.c -o trad-core.o
> trad-core.c: In function 'trad_unix_core_file_p':
> trad-core.c:120: error: 'PAGE_SIZE' undeclared (first use in this function)
> trad-core.c:120: error: (Each undeclared identifier is reported only once
> trad-core.c:120: error: for each function it appears in.)

> trad-core.c:120:
>     if ((unsigned long) (NBPG * (UPAGES + u.u_dsize

> Have these constants changed in recent headers?

Yes, but if this NBPG is the one from glibc, it should be fixed now in
unstable.  (This was a mismatch between linux-kernel-headers, which had
dropped the PAGE_SIZE constant on some archs, and libc6.1-dev, which was
still referencing it.)

Cheers,
-- 
Steve Langasek                   Give me a lever long enough and a Free OS
Debian Developer                   to set it on, and I can move the world.
[EMAIL PROTECTED]                                   http://www.debian.org/


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

Reply via email to