Hi,

Before I make patches, I'm first going to clean up my code a bit, because
a lot of it consists of hacks. Would it be best to have the OSF Mach-specific
things (e.g. a device_open function which uses the GNU Mach syntax and calls
the Mach function using the OSF syntax)? Or should we just use:
  #ifdef OSFMACH
  ... call OSF Mach function ...
  #else
  ... call GNU Mach function ...
  #endif

(I won't be sending e-mail until Monday, because I'm not at home.)

Thanks,
Peter

_______________________________________________
Bug-hurd mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-hurd

Reply via email to