VirtualBox

Changeset 50131 in vbox for trunk/src/VBox/Devices


Ignore:
Timestamp:
Jan 20, 2014 5:59:03 PM (11 years ago)
Author:
vboxsync
Message:

resolv_conf_parser.c: replaces isblank with isspace.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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
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