From: Torsten Luettgert <t.luettgert@pressestimmen.de>
To: Gareth Wheelton <gareth@hasslemonkey.net>
Cc: bridge@lists.osdl.org
Subject: RE: [Bridge] SUSE 8.1 build failure
Date: Tue, 17 Aug 2004 09:45:11 +0200 [thread overview]
Message-ID: <1092728709.2909.4.camel@scaramouche> (raw)
In-Reply-To: <000f01c483f2$20f35a00$ba00a8c0@hasslemonkey.net>
On Die, 2004-08-17 at 02:35, Gareth Wheelton wrote:
> Does anyone know where 'HZ' is declared in the 2.4.xx source?
grep is your friend:
# fgrep -r '#define HZ' /usr/src/linux
[...]
/usr/src/linux/include/asm-i386/param.h:#define HZ 100
[...]
so, you should insert
#include <asm/param.h>
into the module that doesn't compile.
- Torsten
next prev parent reply other threads:[~2004-08-17 7:45 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-08-15 14:12 [Bridge] SUSE 8.1 build failure Gareth Wheelton
2004-08-17 0:35 ` Gareth Wheelton
2004-08-17 7:45 ` Torsten Luettgert [this message]
2004-08-18 16:26 ` Gareth Wheelton
2004-08-24 20:59 ` Stephen Hemminger
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1092728709.2909.4.camel@scaramouche \
--to=t.luettgert@pressestimmen.de \
--cc=bridge@lists.osdl.org \
--cc=gareth@hasslemonkey.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.