diff packages/net/ns/dns/current/ChangeLog @ 315:865310daf950

* include/dns_priv.h: Make dns_header structure endian dependent. * include/dns_impl.inl: Don't use htons() for bitfields <= 8 bit. Change the way setting the type and class fields in build_query() to work with big-endian.
author asl
date Thu, 29 Aug 2002 10:10:40 +0000
parents 94b558c9fb67
children e1012be1d4d0
line wrap: on
line diff
--- a/packages/net/ns/dns/current/ChangeLog
+++ b/packages/net/ns/dns/current/ChangeLog
@@ -1,3 +1,11 @@
+2002-08-29  Roland Caßebohm <roland.cassebohm@visionsystems.de>
+
+        * include/dns_priv.h: Make dns_header structure endian dependent.
+
+        * include/dns_impl.inl: Don't use htons() for bitfields <= 8 bit.
+        Change the way setting the type and class fields in build_query()
+        to work with big-endian.
+
 2002-05-30  Jesper Skov  <jskov@redhat.com>
 
 	* src/dns.c: fixed index->ptdindex oversight.