Deleted Added
full compact
dumpfs.c (110174) dumpfs.c (110884)
1/*
2 * Copyright (c) 2002 Networks Associates Technology, Inc.
3 * All rights reserved.
4 *
5 * This software was developed for the FreeBSD Project by Marshall
6 * Kirk McKusick and Network Associates Laboratories, the Security
7 * Research Division of Network Associates, Inc. under DARPA/SPAWAR
8 * contract N66001-01-C-8035 ("CBOSS"), as part of the DARPA CHATS
1/*
2 * Copyright (c) 2002 Networks Associates Technology, Inc.
3 * All rights reserved.
4 *
5 * This software was developed for the FreeBSD Project by Marshall
6 * Kirk McKusick and Network Associates Laboratories, the Security
7 * Research Division of Network Associates, Inc. under DARPA/SPAWAR
8 * contract N66001-01-C-8035 ("CBOSS"), as part of the DARPA CHATS
9 * research program
9 * research program.
10 *
10 *
11 * Copyright (c) 1982, 1989, 1993
12 * The Regents of the University of California. All rights reserved.
13 * (c) UNIX System Laboratories, Inc.
14 * Copyright (c) 1983, 1992, 1993
15 * The Regents of the University of California. All rights reserved.
16 *
17 * Redistribution and use in source and binary forms, with or without
18 * modification, are permitted provided that the following conditions
19 * are met:
20 * 1. Redistributions of source code must retain the above copyright
21 * notice, this list of conditions and the following disclaimer.

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

49 The Regents of the University of California. All rights reserved.\n";
50#endif /* not lint */
51
52#ifndef lint
53#if 0
54static char sccsid[] = "@(#)dumpfs.c 8.5 (Berkeley) 4/29/95";
55#endif
56static const char rcsid[] =
11 * Copyright (c) 1983, 1992, 1993
12 * The Regents of the University of California. All rights reserved.
13 *
14 * Redistribution and use in source and binary forms, with or without
15 * modification, are permitted provided that the following conditions
16 * are met:
17 * 1. Redistributions of source code must retain the above copyright
18 * notice, this list of conditions and the following disclaimer.

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

46 The Regents of the University of California. All rights reserved.\n";
47#endif /* not lint */
48
49#ifndef lint
50#if 0
51static char sccsid[] = "@(#)dumpfs.c 8.5 (Berkeley) 4/29/95";
52#endif
53static const char rcsid[] =
57 "$FreeBSD: head/sbin/dumpfs/dumpfs.c 110174 2003-02-01 04:17:10Z gordon $";
54 "$FreeBSD: head/sbin/dumpfs/dumpfs.c 110884 2003-02-14 21:08:14Z mckusick $";
58#endif /* not lint */
59
60#include <sys/param.h>
61#include <sys/time.h>
62#include <sys/disklabel.h>
63
64#include <ufs/ufs/dinode.h>
65#include <ufs/ffs/fs.h>

--- 348 unchanged lines hidden ---
55#endif /* not lint */
56
57#include <sys/param.h>
58#include <sys/time.h>
59#include <sys/disklabel.h>
60
61#include <ufs/ufs/dinode.h>
62#include <ufs/ffs/fs.h>

--- 348 unchanged lines hidden ---