mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Eyal Lebedinsky <eyal@eyal.emu.id.au>
To: Marcelo Tosatti <marcelo@conectiva.com.br>
Cc: lkml <linux-kernel@vger.kernel.org>
Subject: Re: Linux 2.4.20-pre5: compile failures
Date: Thu, 29 Aug 2002 10:45:36 +1000	[thread overview]
Message-ID: <3D6D6EB0.5AE47D3D@eyal.emu.id.au> (raw)
In-Reply-To: <Pine.LNX.4.44.0208281946150.5234-100000@freak.distro.conectiva>

[-- Attachment #1: Type: text/plain, Size: 185 bytes --]

drivers/net/pcmcia/wavelan_cs.c
	should include standard headers first

drivers/usb/brlvger.c
	macro fix for older gcc

--
Eyal Lebedinsky (eyal@eyal.emu.id.au) <http://samba.org/eyal/>

[-- Attachment #2: 2.4.20-pre5-wavelan_cs.patch --]
[-- Type: text/plain, Size: 395 bytes --]

--- linux/drivers/net/pcmcia/wavelan_cs.c.orig	Thu Aug 29 10:10:15 2002
+++ linux/drivers/net/pcmcia/wavelan_cs.c	Thu Aug 29 10:21:39 2002
@@ -63,9 +63,9 @@
  *
  */
 
+#include "wavelan_cs.h"		/* Private header */
 #include <linux/ethtool.h>
 #include <asm/uaccess.h>
-#include "wavelan_cs.h"		/* Private header */
 
 /************************* MISC SUBROUTINES **************************/
 /*

[-- Attachment #3: 2.4.20-pre5-brlvger.patch --]
[-- Type: text/plain, Size: 479 bytes --]

--- linux/drivers/usb/brlvger.c.orig	Thu Aug 29 10:30:50 2002
+++ linux/drivers/usb/brlvger.c	Thu Aug 29 10:31:02 2002
@@ -209,7 +209,7 @@
     ({ printk(KERN_ERR "Voyager: " args); \
        printk("\n"); })
 #define dbgprint(fmt, args...) \
-    ({ printk(KERN_DEBUG "Voyager: %s: " fmt, __FUNCTION__, ##args); \
+    ({ printk(KERN_DEBUG "Voyager: %s: " fmt, __FUNCTION__ , ##args); \
        printk("\n"); })
 #define dbg(args...) \
     ({ if(debug >= 1) dbgprint(args); })

  reply	other threads:[~2002-08-29  0:41 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-08-28 22:46 Linux 2.4.20-pre5 Marcelo Tosatti
2002-08-29  0:45 ` Eyal Lebedinsky [this message]
2002-08-29  1:18 ` Alex Romosan
2002-09-10 22:51 ` Adrian Bunk
2002-11-10 14:10 ` Peter Osterlund

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=3D6D6EB0.5AE47D3D@eyal.emu.id.au \
    --to=eyal@eyal.emu.id.au \
    --cc=linux-kernel@vger.kernel.org \
    --cc=marcelo@conectiva.com.br \
    /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®