Source-Changes-HG archive

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

[src/netbsd-1-4]: src/usr.sbin/dhcp/client Pull up 1.21 (patchlevel 25)



details:   https://anonhg.NetBSD.org/src/rev/51deba2d5ca3
branches:  netbsd-1-4
changeset: 468147:51deba2d5ca3
user:      mellon <mellon%NetBSD.org@localhost>
date:      Fri Apr 09 20:06:10 1999 +0000

description:
Pull up 1.21 (patchlevel 25)

diffstat:

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

diffs (21 lines):

diff -r a987eb06953e -r 51deba2d5ca3 usr.sbin/dhcp/client/dhclient.c
--- a/usr.sbin/dhcp/client/dhclient.c   Fri Apr 09 20:05:18 1999 +0000
+++ b/usr.sbin/dhcp/client/dhclient.c   Fri Apr 09 20:06:10 1999 +0000
@@ -56,7 +56,7 @@
 
 #ifndef lint
 static char ocopyright[] =
-"$Id: dhclient.c,v 1.20 1999/03/30 03:12:28 mellon Exp $ Copyright (c) 1995, 1996, 1997, 1998, 1999 The Internet Software Consortium.  All rights reserved.\n";
+"$Id: dhclient.c,v 1.20.2.1 1999/04/09 20:06:10 mellon Exp $ Copyright (c) 1995, 1996, 1997, 1998, 1999 The Internet Software Consortium.  All rights reserved.\n";
 #endif /* not lint */
 
 #include "dhcpd.h"
@@ -95,7 +95,7 @@
 static char copyright[] =
 "Copyright 1995, 1996, 1997, 1998, 1999 The Internet Software Consortium.";
 static char arr [] = "All rights reserved.";
-static char message [] = "Internet Software Consortium DHCP Client V2.0b1pl22";
+static char message [] = "Internet Software Consortium DHCP Client V2.0b1pl25";
 static char contrib [] = "Please contribute if you find this software useful.";
 static char url [] = "For info, please visit http://www.isc.org/dhcp-contrib.html";;
 



Home | Main Index | Thread Index | Old Index