Advertisement
Guest User

Untitled

a guest
Dec 5th, 2011
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. Index: src/VBox/HostDrivers/Support/freebsd/SUPDrv-freebsd.c
  2. ===================================================================
  3. --- src/VBox/HostDrivers/Support/freebsd/SUPDrv-freebsd.c (Revision 75199)
  4. +++ src/VBox/HostDrivers/Support/freebsd/SUPDrv-freebsd.c (Arbeitskopie)
  5. @@ -186,7 +186,7 @@
  6. Log(("VBoxDrvFreeBSDUnload:\n"));
  7.  
  8. if (g_cUsers > 0)
  9. - return EBUSY;
  10. + return VERR_RESOURCE_BUSY;
  11.  
  12. /*
  13. * Reserve what we did in VBoxDrvFreeBSDInit.
  14.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement