Deleted Added
full compact
misc.c (98061) misc.c (99109)
1/*-
2 * Copyright (c) 1991, 1993, 1994
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[] = "@(#)misc.c 8.3 (Berkeley) 4/2/94";
41#endif
1/*-
2 * Copyright (c) 1991, 1993, 1994
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[] = "@(#)misc.c 8.3 (Berkeley) 4/2/94";
41#endif
42static const char rcsid[] =
43 "$FreeBSD: head/bin/dd/misc.c 98061 2002-06-09 04:15:40Z keramida $";
44#endif /* not lint */
42#endif /* not lint */
43#include <sys/cdefs.h>
44__FBSDID("$FreeBSD: head/bin/dd/misc.c 99109 2002-06-30 05:13:54Z obrien $");
45
46#include <sys/types.h>
47#include <sys/time.h>
48
49#include <errno.h>
50#include <stdio.h>
51#include <stdlib.h>
52#include <string.h>

--- 55 unchanged lines hidden ---
45
46#include <sys/types.h>
47#include <sys/time.h>
48
49#include <errno.h>
50#include <stdio.h>
51#include <stdlib.h>
52#include <string.h>

--- 55 unchanged lines hidden ---