bug-tar
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-tar] Support for Hurd translators


From: Sergey Poznyakoff
Subject: Re: [Bug-tar] Support for Hurd translators
Date: Wed, 21 Jan 2004 11:13:04 +0200

Thanks, Marko.

A couple of notices:

* Inclusions of <hurd.h> should be protected by #ifdef #endif
* A backup definition of O_NOTRANS (#define O_NOTRANS 0) should be
  provided for non-Hurd systems.
* The system-dependent parts (set_translator,read_trans) should go to
  system.c and should also be protected by #ifdefs.
* There should be a code in configure.ac that would detect the presence
  of hurd.h and the hurd-specific calls (mach_port_deallocate,
  mach_task_self).

I'll be able to test the code on the live Hurd machine by the end of
this week.

Regards,
Sergey
  




reply via email to

[Prev in Thread] Current Thread [Next in Thread]