Changeset c3713b3 in rtems
- Timestamp:
- 05/24/05 04:49:12 (19 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- fb51b73
- Parents:
- 5c7dd995
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/libnetworking/libc/ns_parse.c
r5c7dd995 rc3713b3 163 163 if (handle->_ptr + NS_INT16SZ > handle->_eom) 164 164 goto emsgsize; 165 NS_GET16(rr-> class, handle->_ptr);165 NS_GET16(rr->rr_class, handle->_ptr); 166 166 if (section == ns_s_qd) { 167 167 rr->ttl = 0;
Note: See TracChangeset
for help on using the changeset viewer.