VirtualBox

Changeset 26504 in vbox


Ignore:
Timestamp:
Feb 14, 2010 9:08:42 AM (15 years ago)
Author:
vboxsync
Message:

VBoxGuest.cpp,vboxvfs_vfsops.c: tabs.

Location:
trunk/src/VBox/Additions
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuest.cpp

    r26358 r26504  
    157157                pDevExt->hGuestMappings = hFictive != NIL_RTR0MEMOBJ ? hFictive : hObj;
    158158                Log(("VBoxGuest: %p LB %#x; uAlignment=%#x iTry=%u hGuestMappings=%p (%s)\n",
    159                         RTR0MemObjAddress(pDevExt->hGuestMappings),
    160                         RTR0MemObjSize(pDevExt->hGuestMappings),
    161                         uAlignment, iTry, pDevExt->hGuestMappings, hFictive != NIL_RTR0PTR ? "fictive" : "reservation"));
     159                     RTR0MemObjAddress(pDevExt->hGuestMappings),
     160                     RTR0MemObjSize(pDevExt->hGuestMappings),
     161                     uAlignment, iTry, pDevExt->hGuestMappings, hFictive != NIL_RTR0PTR ? "fictive" : "reservation"));
    162162                break;
    163163            }
  • trunk/src/VBox/Additions/freebsd/vboxvfs/vboxvfs_vfsops.c

    r13835 r26504  
    5757static struct vfsops vboxvfs_vfsops = {
    5858    .vfs_init     =    vboxvfs_init,
    59     .vfs_cmount   =        vboxvfs_cmount,
    60     .vfs_mount    =        vboxvfs_mount,
    61     .vfs_quotactl =        vboxvfs_quotactl,
     59    .vfs_cmount   =    vboxvfs_cmount,
     60    .vfs_mount    =    vboxvfs_mount,
     61    .vfs_quotactl =    vboxvfs_quotactl,
    6262    .vfs_root     =    vboxvfs_root,
    6363    .vfs_statfs   =    vboxvfs_statfs,
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette