summaryrefslogtreecommitdiffstats
path: root/sbin/dump/dump.h
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2001-01-29 09:45:51 +0000
committerphk <phk@FreeBSD.org>2001-01-29 09:45:51 +0000
commit77061a115db551088140aca8fbf1c9fc34628464 (patch)
tree93ce4ef74ab7c798d7b69dc54b7152f869b8f57b /sbin/dump/dump.h
parent2f446fa4553d73402dc952ae2f348a80942113e2 (diff)
downloadFreeBSD-src-77061a115db551088140aca8fbf1c9fc34628464.zip
FreeBSD-src-77061a115db551088140aca8fbf1c9fc34628464.tar.gz
Use <sys/queue.h> instead of home-rolled list.
Submitted by: "Jason Smethers" <jsmethers@pdq.net>
Diffstat (limited to 'sbin/dump/dump.h')
-rw-r--r--sbin/dump/dump.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/sbin/dump/dump.h b/sbin/dump/dump.h
index 2c907a9..b41ffda 100644
--- a/sbin/dump/dump.h
+++ b/sbin/dump/dump.h
@@ -31,6 +31,8 @@
* SUCH DAMAGE.
*
* @(#)dump.h 8.2 (Berkeley) 4/28/95
+ *
+ * $FreeBSD$
*/
#define MAXINOPB (MAXBSIZE / sizeof(struct dinode))
@@ -166,11 +168,6 @@ struct dumpdates {
char dd_level;
time_t dd_ddate;
};
-struct dumptime {
- struct dumpdates dt_value;
- struct dumptime *dt_next;
-};
-struct dumptime *dthead; /* head of the list version */
int nddates; /* number of records (might be zero) */
int ddates_in; /* we have read the increment file */
struct dumpdates **ddatev; /* the arrayfied version */
OpenPOWER on IntegriCloud