Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.bin/hexdump "dcl" is not "dc1".
details: https://anonhg.NetBSD.org/src/rev/b932fd15641b
branches: trunk
changeset: 784769:b932fd15641b
user: jakllsch <jakllsch%NetBSD.org@localhost>
date: Sat Feb 09 02:49:36 2013 +0000
description:
"dcl" is not "dc1".
Fixes PR#47547
diffstat:
usr.bin/hexdump/conv.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 28cc4cb3cfe2 -r b932fd15641b usr.bin/hexdump/conv.c
--- a/usr.bin/hexdump/conv.c Sat Feb 09 01:50:04 2013 +0000
+++ b/usr.bin/hexdump/conv.c Sat Feb 09 02:49:36 2013 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: conv.c,v 1.13 2010/02/09 14:06:37 drochner Exp $ */
+/* $NetBSD: conv.c,v 1.14 2013/02/09 02:49:36 jakllsch Exp $ */
/*
* Copyright (c) 1989, 1993
@@ -38,7 +38,7 @@
#if 0
static char sccsid[] = "@(#)conv.c 8.1 (Berkeley) 6/6/93";
#else
-__RCSID("$NetBSD: conv.c,v 1.13 2010/02/09 14:06:37 drochner Exp $");
+__RCSID("$NetBSD: conv.c,v 1.14 2013/02/09 02:49:36 jakllsch Exp $");
#endif
#endif /* not lint */
@@ -105,7 +105,7 @@
static const char *list[] = {
"nul", "soh", "stx", "etx", "eot", "enq", "ack", "bel",
"bs", "ht", "lf", "vt", "ff", "cr", "so", "si",
- "dle", "dcl", "dc2", "dc3", "dc4", "nak", "syn", "etb",
+ "dle", "dc1", "dc2", "dc3", "dc4", "nak", "syn", "etb",
"can", "em", "sub", "esc", "fs", "gs", "rs", "us",
};
Home |
Main Index |
Thread Index |
Old Index