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 revision 1.33 (via patch, ...
details: https://anonhg.NetBSD.org/src/rev/a35ea1a39f82
branches: netbsd-1-4
changeset: 471108:a35ea1a39f82
user: he <he%NetBSD.org@localhost>
date: Thu Oct 19 17:00:43 2000 +0000
description:
Pull up revision 1.33 (via patch, requested by he):
Format string cleanup.
diffstat:
usr.sbin/dhcp/client/dhclient.c | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
diffs (30 lines):
diff -r 2dea2a461a29 -r a35ea1a39f82 usr.sbin/dhcp/client/dhclient.c
--- a/usr.sbin/dhcp/client/dhclient.c Thu Oct 19 16:33:29 2000 +0000
+++ b/usr.sbin/dhcp/client/dhclient.c Thu Oct 19 17:00:43 2000 +0000
@@ -56,7 +56,7 @@
#ifndef lint
static char ocopyright[] =
-"$Id: dhclient.c,v 1.20.2.4 2000/07/27 17:17:19 he Exp $ Copyright (c) 1995, 1996, 1997, 1998, 1999 The Internet Software Consortium. All rights reserved.\n";
+"$Id: dhclient.c,v 1.20.2.5 2000/10/19 17:00:43 he Exp $ Copyright (c) 1995, 1996, 1997, 1998, 1999 The Internet Software Consortium. All rights reserved.\n";
#endif /* not lint */
#include "dhcpd.h"
@@ -93,12 +93,12 @@
void catch_sighup PROTO ((int));
void catch_sigterm PROTO ((int));
-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 Client";
-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 Client";
+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";
static void usage PROTO ((char *));
Home |
Main Index |
Thread Index |
Old Index