Deleted Added
full compact
conv_tab.c (241777) conv_tab.c (250469)
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 *

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

32 */
33
34#ifndef lint
35#if 0
36static char sccsid[] = "@(#)conv_tab.c 8.1 (Berkeley) 5/31/93";
37#endif
38#endif /* not lint */
39#include <sys/cdefs.h>
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 *

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

32 */
33
34#ifndef lint
35#if 0
36static char sccsid[] = "@(#)conv_tab.c 8.1 (Berkeley) 5/31/93";
37#endif
38#endif /* not lint */
39#include <sys/cdefs.h>
40__FBSDID("$FreeBSD: head/bin/dd/conv_tab.c 241777 2012-10-20 10:33:15Z ed $");
40__FBSDID("$FreeBSD: head/bin/dd/conv_tab.c 250469 2013-05-10 18:43:36Z eadler $");
41
42#include <sys/types.h>
43
41
42#include <sys/types.h>
43
44#include <signal.h>
44#include <stdint.h>
45
46#include "dd.h"
47#include "extern.h"
48
49/*
50 * There are currently six tables:
51 *

--- 238 unchanged lines hidden ---
45#include <stdint.h>
46
47#include "dd.h"
48#include "extern.h"
49
50/*
51 * There are currently six tables:
52 *

--- 238 unchanged lines hidden ---