Deleted Added
full compact
dispatch.c (147073) dispatch.c (149399)
1/* $OpenBSD: dispatch.c,v 1.31 2004/09/21 04:07:03 david Exp $ */
2
3/*
4 * Copyright 2004 Henning Brauer <henning@openbsd.org>
5 * Copyright (c) 1995, 1996, 1997, 1998, 1999
6 * The Internet Software Consortium. All rights reserved.
7 *
8 * Redistribution and use in source and binary forms, with or without

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

34 *
35 * This software has been written for the Internet Software Consortium
36 * by Ted Lemon <mellon@fugue.com> in cooperation with Vixie
37 * Enterprises. To learn more about the Internet Software Consortium,
38 * see ``http://www.vix.com/isc''. To learn more about Vixie
39 * Enterprises, see ``http://www.vix.com''.
40 */
41
1/* $OpenBSD: dispatch.c,v 1.31 2004/09/21 04:07:03 david Exp $ */
2
3/*
4 * Copyright 2004 Henning Brauer <henning@openbsd.org>
5 * Copyright (c) 1995, 1996, 1997, 1998, 1999
6 * The Internet Software Consortium. All rights reserved.
7 *
8 * Redistribution and use in source and binary forms, with or without

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

34 *
35 * This software has been written for the Internet Software Consortium
36 * by Ted Lemon <mellon@fugue.com> in cooperation with Vixie
37 * Enterprises. To learn more about the Internet Software Consortium,
38 * see ``http://www.vix.com/isc''. To learn more about Vixie
39 * Enterprises, see ``http://www.vix.com''.
40 */
41
42#include <sys/cdefs.h>
43__FBSDID("$FreeBSD: head/sbin/dhclient/dispatch.c 149399 2005-08-23 23:59:55Z brooks $");
44
42#include "dhcpd.h"
43
44#include <sys/ioctl.h>
45
46#include <net/if_media.h>
47#include <ifaddrs.h>
48#include <poll.h>
49

--- 446 unchanged lines hidden ---
45#include "dhcpd.h"
46
47#include <sys/ioctl.h>
48
49#include <net/if_media.h>
50#include <ifaddrs.h>
51#include <poll.h>
52

--- 446 unchanged lines hidden ---