public inbox for linux-msdos@vger.kernel.org
 help / color / mirror / Atom feed
From: Reinhard Karcher <rkarcher@frey.de>
To: linux-msdos@vger.kernel.org
Subject: Re: buen dia
Date: Mon, 26 Apr 2004 09:24:58 +0200	[thread overview]
Message-ID: <20040426072458.GA19116@amis.berlin.frey.de> (raw)
In-Reply-To: <408A6CAA.4070702@aknet.ru>

On Sat, Apr 24, 2004 at 05:33:30PM +0400, Stas Sergeev wrote
> Hello.
> 
> Enrique Baraibar wrote:
> >The question is how can I redirect it so it looks for ipx_route in
> >proc/net/ipx instead of /proc/net
> This is hardcoded in ipxglt.c - just
> change that file and recompile.
> This was changed between 2.4 and 2.6
> kernel series, and now dosemu needs
> a runtime check.
>
Michael Karcher wrote a runtimecheck I'm using now.
cvs diff returns the following for src/dosext/net/net/ipxglt.c:
<       open_proc_scan("/proc/net/ipx_route");
---
>       if(access("/proc/net/ipx/route",R_OK) == 0)
>               open_proc_scan("/proc/net/ipx/route");
>       else if(access("/proc/net/ipx_route",R_OK) == 0)
>               open_proc_scan("/proc/net/ipx_route");
>       else
>               return 0;


Reinhard

  parent reply	other threads:[~2004-04-26  7:24 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-04-24 13:33 buen dia Stas Sergeev
2004-04-25  1:18 ` Enrique Baraibar
2004-04-26  7:24 ` Reinhard Karcher [this message]
2004-04-26  8:32   ` Bart Oldeman
  -- strict thread matches above, loose matches on Subject: below --
2004-04-23 16:42 Gerardo Loredo
2004-04-24  0:57 ` Enrique Baraibar

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=20040426072458.GA19116@amis.berlin.frey.de \
    --to=rkarcher@frey.de \
    --cc=linux-msdos@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