reopen 427260 reopen 427271 thanks On 02/06/07 at 23:17 -0700, Steve Langasek wrote: > Hi Lucas, > > This was a bug in linux-libc-dev that has since been fixed. Hi Steve,
Actually, the bug in linux-libc-dev was #423462, but it was about LINUX_VERSION_CODE, not UTS_RELEASE. The full content of /usr/include/linux/version.h in linux-libc-dev is: #define LINUX_VERSION_CODE 132629 #define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c)) So maybe UTS_RELEASE should be added to that file, and those bugs should be reassigned to linux-libc-dev. I've stopped filing bugs about those issues in the meantime. Thank you, -- | Lucas Nussbaum | [EMAIL PROTECTED] http://www.lucas-nussbaum.net/ | | jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F | -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

