View | Details | Raw Unified | Return to bug 4806
Collapse All | Expand All

(-)cdromutl.cc~ (-1 / +1 lines)
Lines 101-107 bool UnmountCdrom(string Path) Link Here
101
      else
101
      else
102
      {
102
      {
103
	 const char *Args[10];
103
	 const char *Args[10];
104
	 Args[0] = "umount";
104
	 Args[0] = "eject";
105
	 Args[1] = Path.c_str();
105
	 Args[1] = Path.c_str();
106
	 Args[2] = 0;
106
	 Args[2] = 0;
107
	 execvp(Args[0],(char **)Args);      
107
	 execvp(Args[0],(char **)Args);      

Return to bug 4806