Deleted Added
full compact
netdb.h (135549) netdb.h (170224)
1/* $FreeBSD: head/lib/bind/lwres/lwres/netdb.h 135549 2004-09-21 19:01:48Z des $ */
1/* $FreeBSD: head/lib/bind/lwres/lwres/netdb.h 170224 2007-06-02 23:24:14Z dougb $ */
2
3/*
2
3/*
4 * Copyright (C) 2004 Internet Systems Consortium, Inc. ("ISC")
4 * Copyright (C) 2004, 2005 Internet Systems Consortium, Inc. ("ISC")
5 * Copyright (C) 2000, 2001 Internet Software Consortium.
6 *
7 * Permission to use, copy, modify, and distribute this software for any
8 * purpose with or without fee is hereby granted, provided that the above
9 * copyright notice and this permission notice appear in all copies.
10 *
11 * THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
12 * REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
13 * AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
14 * INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
15 * LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
16 * OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
17 * PERFORMANCE OF THIS SOFTWARE.
18 */
19
5 * Copyright (C) 2000, 2001 Internet Software Consortium.
6 *
7 * Permission to use, copy, modify, and distribute this software for any
8 * purpose with or without fee is hereby granted, provided that the above
9 * copyright notice and this permission notice appear in all copies.
10 *
11 * THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
12 * REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
13 * AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
14 * INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
15 * LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
16 * OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
17 * PERFORMANCE OF THIS SOFTWARE.
18 */
19
20/* $Id: netdb.h.in,v 1.34.206.1 2004/03/06 08:15:35 marka Exp $ */
20/* $Id: netdb.h.in,v 1.35.18.2 2005/04/29 00:17:22 marka Exp $ */
21
21
22/*! \file */
23
22#ifndef LWRES_NETDB_H
23#define LWRES_NETDB_H 1
24
25#include <stddef.h> /* Required on FreeBSD (and others?) for size_t. */
26#include <netdb.h> /* Contractual provision. */
27
28#include <lwres/lang.h>
29

--- 491 unchanged lines hidden ---
24#ifndef LWRES_NETDB_H
25#define LWRES_NETDB_H 1
26
27#include <stddef.h> /* Required on FreeBSD (and others?) for size_t. */
28#include <netdb.h> /* Contractual provision. */
29
30#include <lwres/lang.h>
31

--- 491 unchanged lines hidden ---