Module Name: src Committed By: christos Date: Fri Jan 14 23:56:35 UTC 2022
Modified Files: src/bin/dd: extern.h Log Message: update header too. To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 src/bin/dd/extern.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/bin/dd/extern.h diff -u src/bin/dd/extern.h:1.24 src/bin/dd/extern.h:1.25 --- src/bin/dd/extern.h:1.24 Fri Oct 4 04:57:38 2019 +++ src/bin/dd/extern.h Fri Jan 14 18:56:35 2022 @@ -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 uint64_t progress; 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;