Your message dated Tue, 17 Jul 2007 12:07:16 +0300
with message-id <[EMAIL PROTECTED]>
and subject line Closing woody bugs
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: kernel-image-2.4.19-s390
Version:  2.4.19-2
Severity: important
Tags: Patch


Hi Jochen,
could you please add the attached patch. It fixes a compile problem, when 
__u64 is not defined. This happens if a user space application includes 
ptrace.h and is compiled with -D__STRICT_ANSI__. 

Thanks,
Gerhard
--- linux-2.4.19/include/asm-s390/ptrace.h.bak	Mon Mar 17 19:59:32 2003
+++ linux-2.4.19/include/asm-s390/ptrace.h	Mon Mar 17 20:00:05 2003
@@ -129,7 +129,9 @@
 {
 	float   f;
 	double  d;
+#if defined(__GNUC__) && !defined(__STRICT_ANSI__)
         __u64   ui;
+#endif
 	struct
 	{
 		__u32 hi;

--- End Message ---
--- Begin Message ---
closing as woody is no longer supported

--- End Message ---

Reply via email to