VirtualBox

儲存庫 vbox 的更動 50131


忽略:
時間撮記:
2014-1-20 下午05:59:03 (11 年 以前)
作者:
vboxsync
訊息:

resolv_conf_parser.c: replaces isblank with isspace.

檔案:
修改 1 筆資料

圖例:

未更動
新增
刪除
  • trunk/src/VBox/Devices/Network/slirp/resolv_conf_parser.c

    r50130 r50131  
    5252#define RCP_BUFFER_SIZE 256
    5353
    54 /* If ctypes.h doesn't have definition for isblank(3) */
    55 #ifndef isblank
    56 # define isblank(c) ((c) == '\t' || (c) == '\ ')
    57 #endif
    5854
    5955struct rcp_parser
     
    8581    size_t ptr_len;
    8682
    87     while (isblank(tok))
     83    while (isspace(tok))
    8884        tok = GETCHAR(parser);
    8985
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

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