Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.sbin/rbootd avoid accidental use of ANSI C trigraphs.
details: https://anonhg.NetBSD.org/src/rev/d74419da9a4d
branches: trunk
changeset: 500890:d74419da9a4d
user: cgd <cgd%NetBSD.org@localhost>
date: Wed Dec 20 01:30:26 2000 +0000
description:
avoid accidental use of ANSI C trigraphs.
diffstat:
usr.sbin/rbootd/rbootd.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 3a7e31c66165 -r d74419da9a4d usr.sbin/rbootd/rbootd.c
--- a/usr.sbin/rbootd/rbootd.c Wed Dec 20 01:29:21 2000 +0000
+++ b/usr.sbin/rbootd/rbootd.c Wed Dec 20 01:30:26 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: rbootd.c,v 1.10 1999/06/06 03:11:40 thorpej Exp $ */
+/* $NetBSD: rbootd.c,v 1.11 2000/12/20 01:30:26 cgd Exp $ */
/*
* Copyright (c) 1988, 1992 The University of Utah and the Center
@@ -57,7 +57,7 @@
#if 0
static char sccsid[] = "@(#)rbootd.c 8.1 (Berkeley) 6/4/93";
#else
-__RCSID("$NetBSD: rbootd.c,v 1.10 1999/06/06 03:11:40 thorpej Exp $");
+__RCSID("$NetBSD: rbootd.c,v 1.11 2000/12/20 01:30:26 cgd Exp $");
#endif
#endif /* not lint */
@@ -158,7 +158,7 @@
char *errmsg;
if ((IntfName = BpfGetIntfName(&errmsg)) == NULL) {
- syslog(LOG_NOTICE, "restarted (??)");
+ syslog(LOG_NOTICE, "restarted (?\?)");
syslog(LOG_ERR, errmsg);
Exit(0);
}
Home |
Main Index |
Thread Index |
Old Index