summaryrefslogtreecommitdiffstats
path: root/cpukit/libnetworking
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-05-24 04:49:12 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-05-24 04:49:12 +0000
commitc3713b3a939e1e997c37ba9cdc42b678fc50682f (patch)
tree5d8cba7a0aaa32a180897204e56299d90a1ceda8 /cpukit/libnetworking
parentUpdate from FreeBSD. (diff)
downloadrtems-c3713b3a939e1e997c37ba9cdc42b678fc50682f.tar.bz2
Reflect changes to libnetworking/arpa/nameser.h.
Diffstat (limited to 'cpukit/libnetworking')
-rw-r--r--cpukit/libnetworking/libc/ns_parse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/libnetworking/libc/ns_parse.c b/cpukit/libnetworking/libc/ns_parse.c
index cc1f070156..7c5ed343bf 100644
--- a/cpukit/libnetworking/libc/ns_parse.c
+++ b/cpukit/libnetworking/libc/ns_parse.c
@@ -162,7 +162,7 @@ ns_parserr(ns_msg *handle, ns_sect section, int rrnum, ns_rr *rr) {
NS_GET16(rr->type, handle->_ptr);
if (handle->_ptr + NS_INT16SZ > handle->_eom)
goto emsgsize;
- NS_GET16(rr->class, handle->_ptr);
+ NS_GET16(rr->rr_class, handle->_ptr);
if (section == ns_s_qd) {
rr->ttl = 0;
rr->rdlength = 0;