Deleted Added
full compact
nameser_compat.h (156960) nameser_compat.h (165258)
1/* Copyright (c) 1983, 1989
2 * The Regents of the University of California. All rights reserved.
3 *
4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions
6 * are met:
7 * 1. Redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer.

--- 18 unchanged lines hidden (view full) ---

27 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30 * SUCH DAMAGE.
31 */
32
33/*
34 * from nameser.h 8.1 (Berkeley) 6/2/93
1/* Copyright (c) 1983, 1989
2 * The Regents of the University of California. All rights reserved.
3 *
4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions
6 * are met:
7 * 1. Redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer.

--- 18 unchanged lines hidden (view full) ---

27 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30 * SUCH DAMAGE.
31 */
32
33/*
34 * from nameser.h 8.1 (Berkeley) 6/2/93
35 * $Id: nameser_compat.h,v 1.1.2.3.4.2 2004/07/01 04:43:41 marka Exp $
36 * $FreeBSD: head/include/arpa/nameser_compat.h 156960 2006-03-21 16:11:11Z ume $
35 * $Id: nameser_compat.h,v 1.1.2.3.4.3 2006/05/19 02:38:15 marka Exp $
36 * $FreeBSD: head/include/arpa/nameser_compat.h 165258 2006-12-15 20:59:55Z ume $
37 */
38
39#ifndef _ARPA_NAMESER_COMPAT_
40#define _ARPA_NAMESER_COMPAT_
41
42#define __BIND 19950621 /* (DEAD) interface version stamp. */
43
44#include <machine/endian.h>

--- 158 unchanged lines hidden ---
37 */
38
39#ifndef _ARPA_NAMESER_COMPAT_
40#define _ARPA_NAMESER_COMPAT_
41
42#define __BIND 19950621 /* (DEAD) interface version stamp. */
43
44#include <machine/endian.h>

--- 158 unchanged lines hidden ---