Deleted Added
full compact
24,33c24,33
< * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
< * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
< * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE
< * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
< * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
< * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
< * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
< * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
< * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
< * POSSIBILITY OF SUCH DAMAGE.
---
> * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
> * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
> * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
> * HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
> * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
> * TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
> * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
> * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
> * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
> * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
49a50,51
> #include "ldns/rrdef.h"
> #include "ldns/sbuffer.h"
74c76
< if(!delegpt_add_ns(copy, region, ns->name, (int)ns->lame))
---
> if(!delegpt_add_ns(copy, region, ns->name, ns->lame))
101c103
< int lame)
---
> uint8_t lame)
122c124
< ns->lame = (uint8_t)lame;
---
> ns->lame = lame;
159c161
< socklen_t addrlen, int bogus, int lame)
---
> socklen_t addrlen, uint8_t bogus, uint8_t lame)
179,180c181,182
< struct sockaddr_storage* addr, socklen_t addrlen, int bogus,
< int lame)
---
> struct sockaddr_storage* addr, socklen_t addrlen, uint8_t bogus,
> uint8_t lame)
206a209
> a->dnsseclame = 0;
379c382
< struct ub_packed_rrset_key* ns_rrset, int lame)
---
> struct ub_packed_rrset_key* ns_rrset, uint8_t lame)
390c393
< (size_t)ldns_read_uint16(nsdata->rr_data[i]))
---
> (size_t)sldns_read_uint16(nsdata->rr_data[i]))
401c404
< struct ub_packed_rrset_key* ak, int lame)
---
> struct ub_packed_rrset_key* ak, uint8_t lame)
425c428
< struct ub_packed_rrset_key* ak, int lame)
---
> struct ub_packed_rrset_key* ak, uint8_t lame)
449c452
< struct ub_packed_rrset_key* rrset, int lame)
---
> struct ub_packed_rrset_key* rrset, uint8_t lame)
551c554
< int delegpt_add_ns_mlc(struct delegpt* dp, uint8_t* name, int lame)
---
> int delegpt_add_ns_mlc(struct delegpt* dp, uint8_t* name, uint8_t lame)
582c585
< socklen_t addrlen, int bogus, int lame)
---
> socklen_t addrlen, uint8_t bogus, uint8_t lame)
607a611
> a->dnsseclame = 0;
612c616,617
< struct sockaddr_storage* addr, socklen_t addrlen, int bogus, int lame)
---
> struct sockaddr_storage* addr, socklen_t addrlen, uint8_t bogus,
> uint8_t lame)