Deleted Added
full compact
43c43
< "$FreeBSD: head/bin/dd/conv_tab.c 50471 1999-08-27 23:15:48Z peter $";
---
> "$FreeBSD: head/bin/dd/conv_tab.c 51208 1999-09-12 16:51:53Z green $";
49c49
< * There are currently eight tables:
---
> * There are currently six tables:
51,53d50
< * lower-case -> upper-case conv=upper
< * upper-case -> lower-case conv=lower
< *
75,76c72
< /* Lower-case to upper-case */
< u_char l2u[256];
---
> u_char casetab[256];
78,80d73
< /* Upper-case to lower-case */
< u_char u2l[256];
<
82c75
< u_char e2a_32V[] = {
---
> const u_char e2a_32V[] = {
118c111
< u_char a2e_32V[] = {
---
> const u_char a2e_32V[] = {
154c147
< u_char a2ibm_32V[] = {
---
> const u_char a2ibm_32V[] = {
190c183
< u_char e2a_POSIX[] = {
---
> const u_char e2a_POSIX[] = {
226c219
< u_char a2e_POSIX[] = {
---
> const u_char a2e_POSIX[] = {
262c255
< u_char a2ibm_POSIX[] = {
---
> const u_char a2ibm_POSIX[] = {