Package: dietlibc-dev
Version: 0.28-1
Severity: normal
File: /usr/include/diet/sys/types.h
In sys/types.h, at around line 70, there is this test:
#elif defined(powerpc)
If gcc is used in C99 conformance mode, the symbol powerpc doesn't exist,
but __powerpc__ exists, and it seems to exist in all modes. I suggest
changing the test to test __powerpc__ therefore.
There may be other instances of the powerpc symbol being tested for,
so a recursive grep for it might be a good thing.
-- System Information:
Debian Release: 3.1
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.10-1-686
Locale: LANG=fi_FI.UTF-8, LC_CTYPE=fi_FI.UTF-8 (charmap=UTF-8)
-- no debconf information
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]