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/server Pull up revision 1.23 (via patch, ...



details:   https://anonhg.NetBSD.org/src/rev/94026b5c9c5d
branches:  netbsd-1-4
changeset: 471145:94026b5c9c5d
user:      he <he%NetBSD.org@localhost>
date:      Thu Oct 19 17:14:10 2000 +0000

description:
Pull up revision 1.23 (via patch, requested by he):
  Format string cleanup.

diffstat:

 usr.sbin/dhcp/server/dhcpd.c |  12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diffs (25 lines):

diff -r cefdf16db1bc -r 94026b5c9c5d usr.sbin/dhcp/server/dhcpd.c
--- a/usr.sbin/dhcp/server/dhcpd.c      Thu Oct 19 17:12:42 2000 +0000
+++ b/usr.sbin/dhcp/server/dhcpd.c      Thu Oct 19 17:14:10 2000 +0000
@@ -42,15 +42,15 @@
 
 #ifndef lint
 static char ocopyright[] =
-"$Id: dhcpd.c,v 1.11.2.3 2000/07/27 17:17:42 he Exp $ Copyright 1995, 1996, 1997, 1998, 1999 The Internet Software Consortium.";
+"$Id: dhcpd.c,v 1.11.2.4 2000/10/19 17:14:10 he Exp $ Copyright 1995, 1996, 1997, 1998, 1999 The Internet Software Consortium.";
 #endif
 
-static char copyright[] =
+static const 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 Server";
-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";;
+static const char arr [] = "All rights reserved.";
+static const char message [] = "Internet Software Consortium DHCP Server";
+static const char contrib [] = "Please contribute if you find this software useful.";
+static const char url [] = "For info, please visit http://www.isc.org/dhcp-contrib.html";;
 
 #include "dhcpd.h"
 #include "version.h"



Home | Main Index | Thread Index | Old Index