linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Petru Paler <ppetru@ppetru.net>
To: linux-kernel@vger.kernel.org
Cc: davem@redhat.com
Subject: [PATCH] sparc64 compile fix
Date: Sat, 13 Jan 2001 15:21:04 +0200	[thread overview]
Message-ID: <20010113152104.B2734@ppetru.net> (raw)

--- arch/sparc64/kernel/sys_sparc32.c.orig      Sat Jan 13 07:59:43 2001
+++ arch/sparc64/kernel/sys_sparc32.c   Sat Jan 13 08:00:23 2001
@@ -904,7 +904,7 @@
 {
        int cmds = cmd >> SUBCMDSHIFT;
        int err;
-       struct dqblk d;
+       struct dqblk32 d;
        mm_segment_t old_fs;
        char *spec;                                                                       

--
Petru Paler, mailto:ppetru@ppetru.net
http://www.ppetru.net - ICQ: 41817235
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

             reply	other threads:[~2001-01-13 13:22 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-01-13 13:21 Petru Paler [this message]
2001-01-13 22:55 ` [PATCH] sparc64 compile fix David S. Miller
2001-01-13 23:01   ` Petru Paler
2001-01-13 23:15   ` Alan Cox
2001-01-14  9:19   ` David S. Miller
2001-01-14  9:32     ` Petru Paler

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=20010113152104.B2734@ppetru.net \
    --to=ppetru@ppetru.net \
    --cc=davem@redhat.com \
    --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;
as well as URLs for NNTP newsgroup(s).