mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Marc-Christian Petersen <m.c.p@wolk-project.de>
To: linux-kernel@vger.kernel.org
Cc: Ralf Hildebrandt <Ralf.Hildebrandt@charite.de>
Subject: Re: linux-2.4.20 fails to build with aic7xxx
Date: Fri, 6 Dec 2002 17:31:13 +0100	[thread overview]
Message-ID: <200212061730.16703.m.c.p@wolk-project.de> (raw)

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

Hi Ralf,

> yacc -d -b aicasm_gram aicasm_gram.y
> aicasm_gram.y:921.21: parse error, unexpected ":", expecting ";" or "|"
> aicasm_gram.y:936.2-5: $$ of critical_section_start' has no declared type
> aicasm_gram.y:938.2-5: $$ of critical_section_start' has no declared type
> make[6]: *** [aicasm_gram.h] Error 1
the fix is imho the easiest fix anyone ever done on earth ;)

attached!

ciao, Marc


[-- Attachment #2: 175_aic7xxx-build-fix.patch --]
[-- Type: text/x-diff, Size: 306 bytes --]

--- linux-old/drivers/scsi/aic7xxx/aicasm/aicasm_gram.y	2002-09-27 23:25:52.000000000 +0200
+++ linux-wolk4/drivers/scsi/aicasm_gram.y	2002-12-06 17:28:03.000000000 +0100
@@ -917,6 +917,7 @@
 		cs->begin_addr = instruction_ptr;
 		in_critical_section = TRUE;
 	}
+;
 
 critical_section_end:
 	T_END_CS ';'

             reply	other threads:[~2002-12-06 16:23 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-12-06 16:31 Marc-Christian Petersen [this message]
2002-12-06 16:33 ` Ralf Hildebrandt
2002-12-06 18:39 ` Justin T. Gibbs
2002-12-06 21:34   ` Ralf Hildebrandt
  -- strict thread matches above, loose matches on Subject: below --
2002-12-06 14:54 Ralf Hildebrandt

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=200212061730.16703.m.c.p@wolk-project.de \
    --to=m.c.p@wolk-project.de \
    --cc=Ralf.Hildebrandt@charite.de \
    --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

Powered by JetHome