Deleted Added
full compact
util.c (218909) util.c (224001)
1/*
2 * $NetBSD: util.c,v 1.4 2000/08/03 00:04:30 fvdl Exp $
1/*
2 * $NetBSD: util.c,v 1.4 2000/08/03 00:04:30 fvdl Exp $
3 * $FreeBSD: head/usr.sbin/rpcbind/util.c 218909 2011-02-21 09:01:34Z brucec $
3 * $FreeBSD: head/usr.sbin/rpcbind/util.c 224001 2011-07-14 07:28:49Z delphij $
4 */
5
6/*-
7 * Copyright (c) 2000 The NetBSD Foundation, Inc.
8 * All rights reserved.
9 *
10 * This code is derived from software contributed to The NetBSD Foundation
11 * by Frank van der Linden.

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

278#ifdef ND_DEBUG
279 if (debugging)
280 fprintf(stderr, "addrmerge: returning %s\n", ret);
281#endif
282 return ret;
283}
284
285void
4 */
5
6/*-
7 * Copyright (c) 2000 The NetBSD Foundation, Inc.
8 * All rights reserved.
9 *
10 * This code is derived from software contributed to The NetBSD Foundation
11 * by Frank van der Linden.

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

278#ifdef ND_DEBUG
279 if (debugging)
280 fprintf(stderr, "addrmerge: returning %s\n", ret);
281#endif
282 return ret;
283}
284
285void
286network_init()
286network_init(void)
287{
288#ifdef INET6
289 struct ifaddrs *ifap, *ifp;
290 struct ipv6_mreq mreq6;
291 unsigned int ifindex;
292 int s;
293#endif
294 int ecode;

--- 82 unchanged lines hidden ---
287{
288#ifdef INET6
289 struct ifaddrs *ifap, *ifp;
290 struct ipv6_mreq mreq6;
291 unsigned int ifindex;
292 int s;
293#endif
294 int ecode;

--- 82 unchanged lines hidden ---