mig defs mismatch

2000-10-14 Thread Neal H Walfield
Hi, I have built the hurd and been looking aournd. I have found the following strangeness: # diff -u hurd/build/libtrivfs/fsys_S.h /include/hurd/fsys.h --- hurd/build/libtrivfs/fsys_S.hSat Oct 14 22:21:47 2000 +++ /include/hurd/fsys.hWed Jul 19 17:30:49 2000 @@ -1,5 +1,5 @@ -#ifndef

gnumach and oskit headers

2000-10-14 Thread Igor Khavkine
I've looked through gnumach's machine dependent headers trying to see where they could be replaces by equivalet oskit headers to eliminate redundancy. So now I've eliminated most of the redundancy and removed the unneeded headers from my local copy of gnumach (oskit-mach) rather. Now I'm just w

CDROM lock

2000-10-14 Thread Alexey Dejneka
devprobe hd2 dd if=/dev/hd2 of=/dev/null bs=1k count=1 etc. lock CD (hd2): devprobe and storeio call device_open, which calls cdrom_lock_door, but they don't call device_close, which unlocks CD! (Should Mach call device_close, when there are no send rights to the device port?) ___