From: rwhron@earthlink.net
To: linux-kernel@vger.kernel.org
Cc: marcelo@conectiva.com.br
Subject: Linux 2.4.19-pre8
Date: Fri, 3 May 2002 07:09:25 -0400 [thread overview]
Message-ID: <20020503070925.A27180@rushmore> (raw)
2.4.19-pre8 make bzImage gave this:
ips.c: In function `ips_setup':
ips.c:547: parse error before `static'
ips.c: At top level:
ips.c:505: warning: `ips_setup' defined but not used
make[3]: *** [ips.o] Error 1
The diff below based on 2.4.19-pre7-ac2 worked for me.
--- linux/drivers/scsi/ips.c Fri May 3 03:25:16 2002
+++ linux-2.4.19-pre7-ac2/drivers/scsi/ips.c Fri Apr 19 18:55:47 2002
@@ -543,7 +543,8 @@
}
return (1);
-
+}
+
__setup("ips=", ips_setup);
#else
@@ -579,10 +580,10 @@
}
}
}
+}
#endif
-}
/****************************************************************************/
/* */
--
Randy Hron
next reply other threads:[~2002-05-03 11:09 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-05-03 11:09 rwhron [this message]
-- strict thread matches above, loose matches on Subject: below --
2002-05-03 14:32 Linux 2.4.19-pre8 Ivan G.
2002-05-03 15:01 ` Christoph Hellwig
2002-05-03 13:16 Dieter Nützel
2002-05-03 14:27 ` Marcelo Tosatti
2002-05-02 21:51 Marcelo Tosatti
2002-05-03 0:41 ` Alan Cox
2002-05-03 10:42 ` Adrian Bunk
2002-05-03 13:43 ` Alan Cox
2002-05-03 18:07 ` Adrian Bunk
2002-05-17 2:24 ` Mike Fedyk
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=20020503070925.A27180@rushmore \
--to=rwhron@earthlink.net \
--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