iron out some unnecessary differences between the distribution and the

NetBSD version
This commit is contained in:
drochner 2001-06-19 14:22:45 +00:00
parent ad33c4e9c3
commit e3ef27af9b
2 changed files with 4 additions and 5 deletions

View File

@ -287,8 +287,8 @@ resume it, set its state attribute to 4.
.B /etc/dhclient.conf, /var/db/dhclient.leases, /var/run/dhclient.pid,
.B /var/db/dhclient.leases~.
.SH SEE ALSO
dhcpd(8), dhcrelay(8), dhclient.conf(5), dhclient.leases(5),
dhclient-script(8)
dhcpd(8), dhcrelay(8), dhclient-script(8), dhclient.conf(5),
dhclient.leases(5).
.SH AUTHOR
.B dhclient(8)
has been written for the Internet Software Consortium

View File

@ -43,7 +43,7 @@
#ifndef lint
static char copyright[] =
"$Id: discover.c,v 1.15 2001/06/18 19:01:53 drochner Exp $ Copyright (c) 1995-2001 The Internet Software Consortium. All rights reserved.\n";
"$Id: discover.c,v 1.16 2001/06/19 14:22:45 drochner Exp $ Copyright (c) 1995-2001 The Internet Software Consortium. All rights reserved.\n";
#endif /* not lint */
#include "dhcpd.h"
@ -786,8 +786,7 @@ isc_result_t got_one (h)
ifrom.len = 4;
memcpy (ifrom.iabuf, &from.sin_addr, ifrom.len);
(*bootp_packet_handler) (ip, &u.packet,
(unsigned)result,
(*bootp_packet_handler) (ip, &u.packet, (unsigned)result,
from.sin_port, ifrom, &hfrom);
}