VirtualBox

忽略:
時間撮記:
2015-10-12 下午03:13:47 (9 年 以前)
作者:
vboxsync
訊息:

VBoxGuestR0LibSharedFolders: Prefixed functions ('vbox' wasn't a very good one). Hope I found all places these functions are called...

檔案:
修改 1 筆資料

圖例:

未更動
新增
刪除
  • trunk/src/VBox/Additions/linux/sharedfolders/lnkops.c

    r57132 r58195  
    3737    {
    3838        error = 0;
    39         rc = vboxReadLink(&client_handle, &sf_g->map, sf_i->path, PATH_MAX, path);
     39        rc = VbglR0SfReadLink(&client_handle, &sf_g->map, sf_i->path, PATH_MAX, path);
    4040        if (RT_FAILURE(rc))
    4141        {
    42             LogFunc(("vboxReadLink failed, caller=%s, rc=%Rrc\n", __func__, rc));
     42            LogFunc(("VbglR0SfReadLink failed, caller=%s, rc=%Rrc\n", __func__, rc));
    4343            free_page((unsigned long)path);
    4444            error = -EPROTO;
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

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