From: Robert Love <rml@tech9.net>
To: Alan Cox <laughing@shared-source.org>
Cc: linux-kernel@vger.kernel.org
Subject: Re: Linux 2.4.9-ac5
Date: 30 Aug 2001 23:58:11 -0400 [thread overview]
Message-ID: <999230300.5953.20.camel@phantasy> (raw)
In-Reply-To: <20010831013311.A8535@lightning.swansea.linux.org.uk>
In-Reply-To: <20010831013311.A8535@lightning.swansea.linux.org.uk>
On Thu, 2001-08-30 at 20:33, Alan Cox wrote:
> 2.4.9-ac5
> o Add MODULE_LICENSE tagging (me)
> o Add tags in drivers upto and including drivers/char/*
looks like a typo in drivers/block/z2ram.c 's addition of
MODULE_LICENSE. Patch enclosed fixes:
--- linux-2.4.9-ac5/drivers/block/z2ram.c Thu Aug 30 22:52:34 2001
+++ linux/drivers/block/z2ram.c Thu Aug 30 23:52:56 2001
@@ -375,10 +375,10 @@
return 0;
}
-#if defined(MODULE
+#if defined(MODULE)
MODULE_LICENSE("GPL");
-)
+
int
init_module( void )
{
--
Robert M. Love
rml at ufl.edu
rml at tech9.net
prev parent reply other threads:[~2001-08-31 3:58 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2001-08-31 0:33 Linux 2.4.9-ac5 Alan Cox
2001-08-31 1:11 ` Keith Owens
2001-08-31 1:26 ` Alan Cox
2001-08-31 1:48 ` Keith Owens
2001-08-31 5:43 ` Albert D. Cahalan
2001-08-31 14:05 ` Alan Cox
2001-08-31 17:07 ` Jamie Lokier
2001-08-31 13:52 ` Alan Cox
2001-08-31 3:58 ` Robert Love [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=999230300.5953.20.camel@phantasy \
--to=rml@tech9.net \
--cc=laughing@shared-source.org \
--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