The Unix Heritage Society mailing list
 help / color / mirror / Atom feed
From: lehmann@ans-netz.de (Oliver Lehmann)
Subject: [TUHS] link() syscall implementation
Date: Sat, 14 Nov 2015 13:56:35 +0100	[thread overview]
Message-ID: <20151114135635.Horde.6nqJB5AyLmQsx2fCZX4iZtZ@avocado.salatschuessel.net> (raw)
In-Reply-To: <20151114133415.Horde.waGYhqdGBssNHzZf3_TcC5x@avocado.salatschuessel.net>


Oliver Lehmann <lehmann at ans-netz.de> wrote:

> The problem now on my system is, u_dirp in the user struct
> is saddr_t (*long) and not caddr_t (*char) and I wonder how
      ^^^^^^^^^^^^^^^
must read saddr_t (long)


typedef union
{
     caddr_t             l;
     struct
     {
         unsigned        left;
         unsigned        right;
     }                   half;
}                       saddr_t;        /* segmented address with parts */




  reply	other threads:[~2015-11-14 12:56 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-11-14 12:34 Oliver Lehmann
2015-11-14 12:56 ` Oliver Lehmann [this message]
2015-11-14 15:17   ` Oliver Lehmann
2015-11-14 21:18     ` Random832
2015-11-14 21:42       ` Oliver Lehmann
2015-11-14 23:07         ` Random832
2015-11-15 14:43           ` Oliver Lehmann
2015-11-14 13:33 ` Random832

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=20151114135635.Horde.6nqJB5AyLmQsx2fCZX4iZtZ@avocado.salatschuessel.net \
    --to=lehmann@ans-netz.de \
    /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).