Deleted Added
full compact
conv_tab.c (51208) conv_tab.c (99109)
1/*-
2 * Copyright (c) 1991, 1993
3 * The Regents of the University of California. All rights reserved.
4 *
5 * This code is derived from software contributed to Berkeley by
6 * Keith Muller of the University of California, San Diego and Lance
7 * Visser of Convex Computer Corporation.
8 *

--- 25 unchanged lines hidden (view full) ---

34 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
35 * SUCH DAMAGE.
36 */
37
38#ifndef lint
39#if 0
40static char sccsid[] = "@(#)conv_tab.c 8.1 (Berkeley) 5/31/93";
41#endif
1/*-
2 * Copyright (c) 1991, 1993
3 * The Regents of the University of California. All rights reserved.
4 *
5 * This code is derived from software contributed to Berkeley by
6 * Keith Muller of the University of California, San Diego and Lance
7 * Visser of Convex Computer Corporation.
8 *

--- 25 unchanged lines hidden (view full) ---

34 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
35 * SUCH DAMAGE.
36 */
37
38#ifndef lint
39#if 0
40static char sccsid[] = "@(#)conv_tab.c 8.1 (Berkeley) 5/31/93";
41#endif
42static const char rcsid[] =
43 "$FreeBSD: head/bin/dd/conv_tab.c 51208 1999-09-12 16:51:53Z green $";
44#endif /* not lint */
42#endif /* not lint */
43#include <sys/cdefs.h>
44__FBSDID("$FreeBSD: head/bin/dd/conv_tab.c 99109 2002-06-30 05:13:54Z obrien $");
45
46#include <sys/types.h>
47
48/*
49 * There are currently six tables:
50 *
51 * ebcdic -> ascii 32V conv=oldascii
52 * ascii -> ebcdic 32V conv=oldebcdic

--- 236 unchanged lines hidden ---
45
46#include <sys/types.h>
47
48/*
49 * There are currently six tables:
50 *
51 * ebcdic -> ascii 32V conv=oldascii
52 * ascii -> ebcdic 32V conv=oldebcdic

--- 236 unchanged lines hidden ---