Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-5]: src/usr.sbin/dhcp/client Pull up differences between 1.28 a...
details: https://anonhg.NetBSD.org/src/rev/a8954edaa93a
branches: netbsd-1-5
changeset: 488762:a8954edaa93a
user: mellon <mellon%NetBSD.org@localhost>
date: Thu Jul 27 00:17:18 2000 +0000
description:
Pull up differences between 1.28 and 1.29
diffstat:
usr.sbin/dhcp/client/dhclient.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (21 lines):
diff -r 248bea378a7b -r a8954edaa93a usr.sbin/dhcp/client/dhclient.c
--- a/usr.sbin/dhcp/client/dhclient.c Thu Jul 27 00:13:59 2000 +0000
+++ b/usr.sbin/dhcp/client/dhclient.c Thu Jul 27 00:17:18 2000 +0000
@@ -41,7 +41,7 @@
#ifndef lint
static char ocopyright[] =
-"$Id: dhclient.c,v 1.26.2.4 2000/07/27 00:13:59 mellon Exp $ Copyright (c) 1995, 1996, 1997, 1998, 1999 Internet Software Consortium. All rights reserved.\n";
+"$Id: dhclient.c,v 1.26.2.5 2000/07/27 00:17:18 mellon Exp $ Copyright (c) 1995, 1996, 1997, 1998, 1999 Internet Software Consortium. All rights reserved.\n";
#endif /* not lint */
#include "dhcpd.h"
@@ -2370,7 +2370,7 @@
int dhcp_option_ev_name (buf, buflen, option)
char *buf;
- unsigned buflen;
+ size_t buflen;
struct option *option;
{
int i;
Home |
Main Index |
Thread Index |
Old Index