Your message dated Fri, 05 Jan 2007 16:47:41 +0900
with message-id <[EMAIL PROTECTED]>
and subject line Closing the report
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: sysklogd
Version: 1.4.1-16
Severity: minor
During (cross) build of sysklogd package for M32R, I've found that
including the header file of <asm/atomic.h> is not needed. In fact,
it is irrelevant.
The file <asm/atomic.h> defines atomic functions used within kernel,
it cannot be used in user space for some architectures.
Here is a patch to remove that. It doesn't affect the build, at least
for i386.
--- sysklogd-1.4.1/module.h
+++ sysklogd-1.4.1/module.h
@@ -28,8 +28,6 @@
* recent content from Linux 2.4/2.6.
*/
-#include <asm/atomic.h>
-
#define MODULE_NAME_LEN 60
struct kernel_sym
--- End Message ---
--- Begin Message ---
Package: sysklogd
Version: 1.4.1-18
Tags: fixed, patch
This problem has been fixed in 1.4.1-18 already. Thus, closing BR.
As of 1.4.1-20, sysklogd-1.4.1/module.h says:
[...]
* Thu May 25 09:14:33 CEST 2006: Martin Schulze <[EMAIL PROTECTED]>
* Removed asm/atomic.h since it is not needed anymore.
*/
--
--- End Message ---