From: Jeff Garzik <jgarzik@pobox.com>
To: Linus Torvalds <torvalds@transmeta.com>
Cc: Alexander Viro <viro@math.psu.edu>,
Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: [PATCH] fix ppdev compile breakage
Date: Wed, 04 Dec 2002 19:50:55 -0500 [thread overview]
Message-ID: <3DEEA2EF.3040004@pobox.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 27 bytes --]
Cleaning up after viro ;-)
[-- Attachment #2: patch --]
[-- Type: text/plain, Size: 315 bytes --]
--- 1.17/drivers/char/ppdev.c Tue Dec 3 12:53:57 2002
+++ edited/drivers/char/ppdev.c Wed Dec 4 19:49:05 2002
@@ -751,6 +751,8 @@
static int __init ppdev_init (void)
{
+ int i;
+
if (register_chrdev (PP_MAJOR, CHRDEV, &pp_fops)) {
printk (KERN_WARNING CHRDEV ": unable to get major %d\n",
PP_MAJOR);
next reply other threads:[~2002-12-05 0:43 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-12-05 0:50 Jeff Garzik [this message]
2002-12-05 1:00 ` [PATCH] fix netlink compile breakage Jeff Garzik
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=3DEEA2EF.3040004@pobox.com \
--to=jgarzik@pobox.com \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@transmeta.com \
--cc=viro@math.psu.edu \
/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.