Deleted Added
full compact
restore.c (128073) restore.c (146754)
1/*
2 * Copyright (c) 1983, 1993
3 * The Regents of the University of California. All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

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

26 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
27 * SUCH DAMAGE.
28 */
29
30#ifndef lint
31#if 0
32static char sccsid[] = "@(#)restore.c 8.3 (Berkeley) 9/13/94";
33#endif
1/*
2 * Copyright (c) 1983, 1993
3 * The Regents of the University of California. All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

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

26 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
27 * SUCH DAMAGE.
28 */
29
30#ifndef lint
31#if 0
32static char sccsid[] = "@(#)restore.c 8.3 (Berkeley) 9/13/94";
33#endif
34static const char rcsid[] =
35 "$FreeBSD: head/sbin/restore/restore.c 128073 2004-04-09 19:58:40Z markm $";
36#endif /* not lint */
37
34#endif /* not lint */
35
36#include <sys/cdefs.h>
37__FBSDID("$FreeBSD: head/sbin/restore/restore.c 146754 2005-05-29 15:57:00Z charnier $");
38
38#include <sys/types.h>
39
40#include <limits.h>
41#include <stdio.h>
42#include <string.h>
43
44#include <ufs/ufs/dinode.h>
45

--- 801 unchanged lines hidden ---
39#include <sys/types.h>
40
41#include <limits.h>
42#include <stdio.h>
43#include <string.h>
44
45#include <ufs/ufs/dinode.h>
46

--- 801 unchanged lines hidden ---