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/pppd/pppd Pull up revision 1.34 (via patch, re...
details: https://anonhg.NetBSD.org/src/rev/d72f138aacdd
branches: netbsd-1-4
changeset: 471111:d72f138aacdd
user: he <he%NetBSD.org@localhost>
date: Thu Oct 19 17:01:51 2000 +0000
description:
Pull up revision 1.34 (via patch, requested by he):
Format string cleanup.
diffstat:
usr.sbin/pppd/pppd/options.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r fef1f69c4388 -r d72f138aacdd usr.sbin/pppd/pppd/options.c
--- a/usr.sbin/pppd/pppd/options.c Thu Oct 19 17:01:29 2000 +0000
+++ b/usr.sbin/pppd/pppd/options.c Thu Oct 19 17:01:51 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: options.c,v 1.27 1998/09/04 19:13:05 christos Exp $ */
+/* $NetBSD: options.c,v 1.27.2.1 2000/10/19 17:01:51 he Exp $ */
/*
* options.c - handles option processing for PPP.
@@ -24,7 +24,7 @@
#if 0
static char rcsid[] = "Id: options.c,v 1.43 1998/09/04 18:49:15 christos Exp ";
#else
-__RCSID("$NetBSD: options.c,v 1.27 1998/09/04 19:13:05 christos Exp $");
+__RCSID("$NetBSD: options.c,v 1.27.2.1 2000/10/19 17:01:51 he Exp $");
#endif
#endif
@@ -435,7 +435,7 @@
#define IMPLEMENTATION ""
#endif
-static char *usage_string = "\
+static const char *usage_string = "\
pppd version %s patch level %d%s\n\
Usage: %s [ options ], where options are:\n\
<device> Communicate over the named device\n\
Home |
Main Index |
Thread Index |
Old Index