From: Jeff Dike <jdike@karaya.com>
To: "J.Brown (Ender/Amigo)" <ender@enderboi.com>
Cc: linux-kernel@vger.kernel.org
Subject: Re: 2.4.9ac10 compile failure (hz_to_std)
Date: Tue, 11 Sep 2001 09:18:41 -0500 [thread overview]
Message-ID: <200109111418.JAA01522@ccure.karaya.com> (raw)
In-Reply-To: Your message of "Tue, 11 Sep 2001 15:39:30 +0800." <Pine.LNX.4.31.0109111538280.5196-100000@shaker.worfie.net>
Below is the patch which fixes it which I haven't sent to Alan yet.
Jeff
diff -Naur linux/include/asm-um/param.h uml/include/asm-um/param.h
--- linux/include/asm-um/param.h Thu Sep 6 17:51:01 2001
+++ uml/include/asm-um/param.h Thu Sep 6 19:19:12 2001
@@ -5,6 +5,8 @@
#define HZ 20
#endif
+#define hz_to_std(a) (((a)*HZ)/100)
+
#define EXEC_PAGESIZE 4096
#ifndef NGROUPS
prev parent reply other threads:[~2001-09-11 13:01 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2001-09-11 7:39 J.Brown (Ender/Amigo)
2001-09-11 14:18 ` Jeff Dike [this message]
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=200109111418.JAA01522@ccure.karaya.com \
--to=jdike@karaya.com \
--cc=ender@enderboi.com \
--cc=linux-kernel@vger.kernel.org \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®