public inbox for java-prs@sourceware.org
help / color / mirror / Atom feed
From: "bkorb at veritas dot com" <gcc-bugzilla@gcc.gnu.org>
To: java-prs@gcc.gnu.org
Subject: [Bug target/16300] Bug in vendor /usr/include/net/if.h needs fixincluding
Date: Mon, 18 Oct 2004 16:06:00 -0000	[thread overview]
Message-ID: <20041018160611.20001.qmail@sourceware.org> (raw)
In-Reply-To: <20040630163127.16300.skunk@iskunk.org>


------- Additional Comments From bkorb at veritas dot com  2004-10-18 16:06 -------
Subject: Re:  Bug in vendor /usr/include/net/if.h needs
    fixincluding

skunk at iskunk dot org wrote:
> 
> ------- Additional Comments From skunk at iskunk dot org  2004-10-18 15:16 -------
> The build still fails ...


  /*
+  *  Fix missing semicolon on Alpha OSF/4 in <net/if.h>
+  */
+ fix = {
+     hackname  = alpha_if_semicolon;
+     files     = "if.h";
+     select    = "(struct[ \t]+sockaddr[ \t]+vmif_paddr)([ \t])([ \t]+/\*)";
+     c_fix     = format;
+     c_fix_arg = "%1;%2%3";
+     test_text = '     struct  sockaddr vmif_paddr     /* protocol address */';
+ };
+ 
+ 
+ /*
   * Remove erroneous parentheses in sym.h on Alpha OSF/1.
   */
  fix = {

The select clause requires two white space characters
between "vmif_paddr" and "/*".  Eliminate the unnecessary
subexpression stuff, thus:

  /*
+  *  Fix missing semicolon on Alpha OSF/4 in <net/if.h>
+  */
+ fix = {
+     hackname  = alpha_if_semicolon;
+     files     = "if.h";
+     select    = "struct[ \t]+sockaddr[ \t]+vmif_paddr[ \t]+/\*";
+     c_fix     = format;
+     c_fix_arg = "struct sockaddr vmif_paddr;\t/*";
+     test_text = '     struct  sockaddr vmif_paddr     /* protocol address */';
+ };


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16300


  parent reply	other threads:[~2004-10-18 16:06 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20040630163127.16300.skunk@iskunk.org>
2004-07-01  1:17 ` pinskia at gcc dot gnu dot org
2004-10-13 12:52 ` giovannibajo at libero dot it
2004-10-13 13:04 ` giovannibajo at libero dot it
2004-10-15 22:25 ` skunk at iskunk dot org
2004-10-15 23:43 ` giovannibajo at libero dot it
2004-10-15 23:44 ` giovannibajo at libero dot it
2004-10-16  3:30 ` giovannibajo at libero dot it
2004-10-18  5:06 ` bkorb at veritas dot com
2004-10-18 13:37 ` giovannibajo at libero dot it
2004-10-18 15:16 ` skunk at iskunk dot org
2004-10-18 16:06 ` bkorb at veritas dot com [this message]
2004-10-20 20:14 ` skunk at iskunk dot org
2004-10-20 20:22 ` bkorb at veritas dot com
2004-10-28 21:07 ` skunk at iskunk dot org
2004-10-29  1:31 ` giovannibajo at libero dot it
     [not found] <bug-16300-8784@http.gcc.gnu.org/bugzilla/>
2007-02-01 17:18 ` skunk at iskunk dot org
2009-02-28  0:41 ` skunk at iskunk dot org
2009-02-28 16:39 ` bkorb at gnu dot org
2009-08-07 21:13 ` skunk at iskunk dot org

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=20041018160611.20001.qmail@sourceware.org \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=java-prs@gcc.gnu.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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).