Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.sbin/dhcp/client dhcp_option_ev_name: make argument `buf...



details:   https://anonhg.NetBSD.org/src/rev/b80e85bac8b1
branches:  trunk
changeset: 495135:b80e85bac8b1
user:      pk <pk%NetBSD.org@localhost>
date:      Sat Jul 22 20:54:56 2000 +0000

description:
dhcp_option_ev_name: make argument `buflen' match the prototype.

diffstat:

 usr.sbin/dhcp/client/dhclient.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r 25169c82d37e -r b80e85bac8b1 usr.sbin/dhcp/client/dhclient.c
--- a/usr.sbin/dhcp/client/dhclient.c   Sat Jul 22 19:43:03 2000 +0000
+++ b/usr.sbin/dhcp/client/dhclient.c   Sat Jul 22 20:54:56 2000 +0000
@@ -41,7 +41,7 @@
 
 #ifndef lint
 static char ocopyright[] =
-"$Id: dhclient.c,v 1.28 2000/07/20 05:59:17 mellon Exp $ Copyright (c) 1995, 1996, 1997, 1998, 1999 Internet Software Consortium.  All rights reserved.\n";
+"$Id: dhclient.c,v 1.29 2000/07/22 20:54:56 pk 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