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

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

26 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
27 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
28 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
29 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
30 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
31 * SUCH DAMAGE.
32 *
33 * @(#)defs.h 8.1 (Berkeley) 6/5/93
1/*
2 * Copyright (c) 1983, 1988, 1993
3 * The Regents of the University of California. All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

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

26 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
27 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
28 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
29 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
30 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
31 * SUCH DAMAGE.
32 *
33 * @(#)defs.h 8.1 (Berkeley) 6/5/93
34 *
35 * $NetBSD$
34 * $Id$
36 */
37
38#ifndef __NetBSD__
35 */
36
37#ifndef __NetBSD__
39#ident "$Revision: 1.16 $"
38#ident "$Revision: 1.1.1.1 $"
40#endif
41
42/* Definitions for RIPv2 routing process.
43 *
44 * This code is based on the 4.4BSD `routed` daemon, with extensions to
45 * support:
46 * RIPv2, including variable length subnet masks.
47 * Router Discovery

--- 519 unchanged lines hidden ---
39#endif
40
41/* Definitions for RIPv2 routing process.
42 *
43 * This code is based on the 4.4BSD `routed` daemon, with extensions to
44 * support:
45 * RIPv2, including variable length subnet masks.
46 * Router Discovery

--- 519 unchanged lines hidden ---