VirtualBox

儲存庫 kBuild 的更動 2281


忽略:
時間撮記:
2009-2-24 上午04:08:14 (16 年 以前)
作者:
bird
訊息:

kash/show.c: move the trace file out of the way.

檔案:
修改 1 筆資料

圖例:

未更動
新增
刪除
  • trunk/src/kash/shfile.c

    r2243 r2281  
    4141#endif
    4242
     43#ifdef DEBUG
     44extern FILE *tracefile;
     45#endif
     46
    4347
    4448int shfile_open(shfdtab *pfdtab, const char *name, unsigned flags, mode_t mode)
     
    5357#endif
    5458
    55     TRACE2((NULL, "shfile_open(%p:{%s}, %#x, 0%o) -> %d [%d]\n", name, name, flags, mode, fd, errno));
     59#ifdef DEBUG
     60    if (tracefile)
     61        TRACE2((NULL, "shfile_open(%p:{%s}, %#x, 0%o) -> %d [%d]\n", name, name, flags, mode, fd, errno));
     62#endif
    5663    return fd;
    5764}
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

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