From: Christoph Hellwig <c0hellwi@rks.harz.ni.schule.de>
To: linux-sound@vger.kernel.org
Subject: Re: Problem compiling 2.3.48
Date: Tue, 29 Feb 2000 09:09:10 +0000 [thread overview]
Message-ID: <marc-linux-sound-95181754032386@msgid-missing> (raw)
In-Reply-To: <marc-linux-sound-95169276902786@msgid-missing>
This is a because of my code-cleanups ...
Replace
#ifdef MODULE
static int timer_installed = -1;
#endif
with
#ifndef EXLUDE_TIMERS
static int timer_installed = -1;
#endif
This will be cleared in my next patch
Christoph
--
Always remember that you are unique. Just like everyone else.
prev parent reply other threads:[~2000-02-29 9:09 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2000-02-27 22:04 Problem compiling 2.3.48 Dave Caswell
2000-02-29 9:09 ` Christoph Hellwig [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=marc-linux-sound-95181754032386@msgid-missing \
--to=c0hellwi@rks.harz.ni.schule.de \
--cc=linux-sound@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 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.