Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.sbin/dhcp iron out some unnecessary differences between ...
details: https://anonhg.NetBSD.org/src/rev/5e5f6b081a3c
branches: trunk
changeset: 511443:5e5f6b081a3c
user: drochner <drochner%NetBSD.org@localhost>
date: Tue Jun 19 14:22:45 2001 +0000
description:
iron out some unnecessary differences between the distribution and the
NetBSD version
diffstat:
usr.sbin/dhcp/client/dhclient.8 | 4 ++--
usr.sbin/dhcp/common/discover.c | 5 ++---
2 files changed, 4 insertions(+), 5 deletions(-)
diffs (36 lines):
diff -r 55d7c463cb58 -r 5e5f6b081a3c usr.sbin/dhcp/client/dhclient.8
--- a/usr.sbin/dhcp/client/dhclient.8 Tue Jun 19 13:58:30 2001 +0000
+++ b/usr.sbin/dhcp/client/dhclient.8 Tue Jun 19 14:22:45 2001 +0000
@@ -287,8 +287,8 @@
.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
diff -r 55d7c463cb58 -r 5e5f6b081a3c usr.sbin/dhcp/common/discover.c
--- a/usr.sbin/dhcp/common/discover.c Tue Jun 19 13:58:30 2001 +0000
+++ b/usr.sbin/dhcp/common/discover.c Tue Jun 19 14:22:45 2001 +0000
@@ -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 @@
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);
}
Home |
Main Index |
Thread Index |
Old Index