Deleted Added
full compact
main.c (143817) main.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

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

32"@(#) Copyright (c) 1983, 1993\n\
33 The Regents of the University of California. All rights reserved.\n";
34#endif /* not lint */
35
36#ifndef lint
37#if 0
38static char sccsid[] = "@(#)main.c 8.6 (Berkeley) 5/4/95";
39#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

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

32"@(#) Copyright (c) 1983, 1993\n\
33 The Regents of the University of California. All rights reserved.\n";
34#endif /* not lint */
35
36#ifndef lint
37#if 0
38static char sccsid[] = "@(#)main.c 8.6 (Berkeley) 5/4/95";
39#endif
40static const char rcsid[] =
41 "$FreeBSD: head/sbin/restore/main.c 143817 2005-03-18 17:49:08Z imp $";
42#endif /* not lint */
43
40#endif /* not lint */
41
42#include <sys/cdefs.h>
43__FBSDID("$FreeBSD: head/sbin/restore/main.c 146754 2005-05-29 15:57:00Z charnier $");
44
44#include <sys/param.h>
45#include <sys/stat.h>
46
47#include <ufs/ufs/dinode.h>
48#include <protocols/dumprestore.h>
49
50#include <err.h>
51#include <limits.h>

--- 321 unchanged lines hidden ---
45#include <sys/param.h>
46#include <sys/stat.h>
47
48#include <ufs/ufs/dinode.h>
49#include <protocols/dumprestore.h>
50
51#include <err.h>
52#include <limits.h>

--- 321 unchanged lines hidden ---