- Timestamp:
- Jan 20, 2014 5:54:38 PM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 91675
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/slirp/resolv_conf_parser.c
r50128 r50130 52 52 #define RCP_BUFFER_SIZE 256 53 53 54 /* If ctypes.h doesn't have definition for isblank(3) */ 55 #ifndef isblank 56 # define isblank(c) ((c) == '\t' || (c) == '\ ') 57 #endif 54 58 55 59 struct rcp_parser
Note:
See TracChangeset
for help on using the changeset viewer.