Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/bin/dd update header too.



details:   https://anonhg.NetBSD.org/src/rev/be8d1daafbb7
branches:  trunk
changeset: 359631:be8d1daafbb7
user:      christos <christos%NetBSD.org@localhost>
date:      Fri Jan 14 23:56:35 2022 +0000

description:
update header too.

diffstat:

 bin/dd/extern.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 5db43da241fa -r be8d1daafbb7 bin/dd/extern.h
--- a/bin/dd/extern.h   Fri Jan 14 23:55:16 2022 +0000
+++ b/bin/dd/extern.h   Fri Jan 14 23:56:35 2022 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: extern.h,v 1.24 2019/10/04 08:57:38 mrg Exp $  */
+/*     $NetBSD: extern.h,v 1.25 2022/01/14 23:56:35 christos Exp $     */
 
 /*-
  * Copyright (c) 1991, 1993, 1994
@@ -81,7 +81,7 @@
 extern const u_char    *ctab;
 extern const u_char    a2e_32V[], a2e_POSIX[];
 extern const u_char    e2a_32V[], e2a_POSIX[];
-extern const u_char    a2ibm_32V[], a2ibm_POSIX[];
+extern const u_char    a2ibm[];
 extern u_char          casetab[];
 extern const char      *msgfmt;
 



Home | Main Index | Thread Index | Old Index