[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#372762: marked as done (linux-kernel-headers: missing #ifdef __KERNEL__ in /usr/include/linux/input.h)



Your message dated Sun, 11 Jun 2006 10:02:10 -0700
with message-id <E1FpTKE-0005gn-Hl@spohr.debian.org>
and subject line Bug#372762: fixed in linux-kernel-headers 2.6.16.20-5
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: linux-kernel-headers
Version: 2.6.16.20-1
Severity: normal

kernel_ulong_t is defined in /usr/include/linux/input.h only if
__KERNEL__ is defined, so input_device_id should be only defined under
the same conditions. this patch fixes the problem:

--- input.h.orig	2006-06-05 10:18:23.000000000 -0700
+++ input.h	2006-06-11 07:13:28.000000000 -0700
@@ -796,6 +796,7 @@
 
 #define FF_MAX		0x7f
 
+#ifdef __KERNEL__
 struct input_device_id {
 
 	kernel_ulong_t flags;
@@ -814,6 +815,7 @@
 
 	kernel_ulong_t driver_info;
 };
+#endif
 
 /*
  * Structure for hotplug & device<->driver matching.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

-- no debconf information


--- End Message ---
--- Begin Message ---
Source: linux-kernel-headers
Source-Version: 2.6.16.20-5

We believe that the bug you reported is fixed in the latest version of
linux-kernel-headers, which is due to be installed in the Debian FTP archive:

linux-kernel-headers_2.6.16.20-5.diff.gz
  to pool/main/l/linux-kernel-headers/linux-kernel-headers_2.6.16.20-5.diff.gz
linux-kernel-headers_2.6.16.20-5.dsc
  to pool/main/l/linux-kernel-headers/linux-kernel-headers_2.6.16.20-5.dsc
linux-kernel-headers_2.6.16.20-5_sparc.deb
  to pool/main/l/linux-kernel-headers/linux-kernel-headers_2.6.16.20-5_sparc.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 372762@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Clint Adams <schizo@debian.org> (supplier of updated linux-kernel-headers package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Sun, 11 Jun 2006 12:23:06 -0400
Source: linux-kernel-headers
Binary: linux-kernel-headers
Architecture: source sparc
Version: 2.6.16.20-5
Distribution: unstable
Urgency: low
Maintainer: GNU Libc Maintainers <debian-glibc@lists.debian.org>
Changed-By: Clint Adams <schizo@debian.org>
Description: 
 linux-kernel-headers - Linux Kernel Headers for development
Closes: 372706 372762
Changes: 
 linux-kernel-headers (2.6.16.20-5) unstable; urgency=low
 .
   * debian/generate-asm.sh: add spaces to work around a bug
     in dash.  closes: #372706.
   * Update FSF address in debian/copyright.
   * Guard input_device_id with __KERNEL__.  Patch from Alex Romosan.
     closes: #372762.
Files: 
 038aa16187af6509f8280790617acada 890 devel standard linux-kernel-headers_2.6.16.20-5.dsc
 f3b0225ac7f95d5dbb782619ad07589b 90358 devel standard linux-kernel-headers_2.6.16.20-5.diff.gz
 deb630f45d27af48e08cbdbcdb6fb492 1774482 devel standard linux-kernel-headers_2.6.16.20-5_sparc.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.3 (GNU/Linux)
Comment: Debian!

iD4DBQFEjEqa5m0u66uWM3ARAna0AJdLm2bjwxCNUqQ3DM63xl4zPS96AKDTr2FN
dXXReUnI2h3AkGyMDo4HGQ==
=35BD
-----END PGP SIGNATURE-----


--- End Message ---

Reply to: