Deleted Added
full compact
inet.h (189806) inet.h (203965)
1/*
2 * ++Copyright++ 1983, 1993
3 * -
4 * Copyright (c) 1983, 1993
5 * The Regents of the University of California. All rights reserved.
6 *
7 * Redistribution and use in source and binary forms, with or without
8 * modification, are permitted provided that the following conditions
9 * are met:
10 * 1. Redistributions of source code must retain the above copyright
11 * notice, this list of conditions and the following disclaimer.
12 * 2. Redistributions in binary form must reproduce the above copyright
13 * notice, this list of conditions and the following disclaimer in the
14 * documentation and/or other materials provided with the distribution.
1/*
2 * ++Copyright++ 1983, 1993
3 * -
4 * Copyright (c) 1983, 1993
5 * The Regents of the University of California. All rights reserved.
6 *
7 * Redistribution and use in source and binary forms, with or without
8 * modification, are permitted provided that the following conditions
9 * are met:
10 * 1. Redistributions of source code must retain the above copyright
11 * notice, this list of conditions and the following disclaimer.
12 * 2. Redistributions in binary form must reproduce the above copyright
13 * notice, this list of conditions and the following disclaimer in the
14 * documentation and/or other materials provided with the distribution.
15 * 3. All advertising materials mentioning features or use of this software
16 * must display the following acknowledgement:
17 * This product includes software developed by the University of
18 * California, Berkeley and its contributors.
19 * 4. Neither the name of the University nor the names of its contributors
15 * 3. Neither the name of the University nor the names of its contributors
20 * may be used to endorse or promote products derived from this software
21 * without specific prior written permission.
22 *
23 * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
24 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
25 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
26 * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
27 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL

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

51 * SOFTWARE.
52 * -
53 * --Copyright--
54 */
55
56/*%
57 * @(#)inet.h 8.1 (Berkeley) 6/2/93
58 * $Id: inet.h,v 1.2.18.1 2005/04/27 05:00:50 sra Exp $
16 * may be used to endorse or promote products derived from this software
17 * without specific prior written permission.
18 *
19 * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
20 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
21 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
22 * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
23 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL

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

47 * SOFTWARE.
48 * -
49 * --Copyright--
50 */
51
52/*%
53 * @(#)inet.h 8.1 (Berkeley) 6/2/93
54 * $Id: inet.h,v 1.2.18.1 2005/04/27 05:00:50 sra Exp $
59 * $FreeBSD: head/include/arpa/inet.h 189806 2009-03-14 19:00:16Z das $
55 * $FreeBSD: head/include/arpa/inet.h 203965 2010-02-16 19:46:46Z imp $
60 */
61
62#ifndef _ARPA_INET_H_
63#define _ARPA_INET_H_
64
65/* External definitions for functions in inet(3), addr2ascii(3) */
66
67#include <sys/cdefs.h>

--- 115 unchanged lines hidden ---
56 */
57
58#ifndef _ARPA_INET_H_
59#define _ARPA_INET_H_
60
61/* External definitions for functions in inet(3), addr2ascii(3) */
62
63#include <sys/cdefs.h>

--- 115 unchanged lines hidden ---