Deleted Added
sdiff udiff text old ( 128073 ) new ( 146754 )
full compact
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
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 ---