From 51825f93fae52ae2c1e781329171dd02b0876364 Mon Sep 17 00:00:00 2001 From: Ted Lemon Date: Wed, 6 Sep 2000 20:59:09 +0000 Subject: Fix up the declaration of dhcp_option_ev_name. --- client/dhclient.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/dhclient.c b/client/dhclient.c index 57660d18..129f99ab 100644 --- a/client/dhclient.c +++ b/client/dhclient.c @@ -56,7 +56,7 @@ #ifndef lint static char ocopyright[] = -"$Id: dhclient.c,v 1.44.2.46 2000/08/03 17:15:40 mellon Exp $ Copyright (c) 1995, 1996, 1997, 1998, 1999 The Internet Software Consortium. All rights reserved.\n"; +"$Id: dhclient.c,v 1.44.2.47 2000/09/06 20:59:09 mellon Exp $ Copyright (c) 1995, 1996, 1997, 1998, 1999 The Internet Software Consortium. All rights reserved.\n"; #endif /* not lint */ #include "dhcpd.h" @@ -2163,7 +2163,7 @@ void client_envadd (struct client_state *client, int dhcp_option_ev_name (buf, buflen, option) char *buf; - unsigned buflen; + size_t buflen; struct option *option; { int i; -- cgit v1.2.1