ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/src/Unix/sys_unix.cpp
(Generate patch)

Comparing BasiliskII/src/Unix/sys_unix.cpp (file contents):
Revision 1.1 by cebix, 1999-10-03T14:16:25Z vs.
Revision 1.2 by cebix, 1999-10-03T17:45:08Z

# Line 581 | Line 581 | void SysAllowRemoval(void *arg)
581          if (!fh)
582                  return;
583  
584 < #ifdef defined(__linux__) && defined(CDROM_LOCKDOOR)
584 > #if defined(__linux__) && defined(CDROM_LOCKDOOR)
585          if (fh->is_cdrom)
586                  ioctl(fh->fd, CDROM_LOCKDOOR, 0);      
587   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines