summaryrefslogtreecommitdiffstats
path: root/sbin/dump/dump.h
diff options
context:
space:
mode:
authormckusick <mckusick@FreeBSD.org>2002-12-03 05:12:53 +0000
committermckusick <mckusick@FreeBSD.org>2002-12-03 05:12:53 +0000
commitf563ab1aae2e32cc78003ff3a4e8f4b09a89d6b0 (patch)
treeef6b5258342205d6fc48691f14e897a9db9abdaf /sbin/dump/dump.h
parente6af62684b27beed8dacaaabb711dd63c2f67889 (diff)
downloadFreeBSD-src-f563ab1aae2e32cc78003ff3a4e8f4b09a89d6b0.zip
FreeBSD-src-f563ab1aae2e32cc78003ff3a4e8f4b09a89d6b0.tar.gz
Correct the estimated block count calculated by dump to account
for the minimal amount of space used by a snapshot. Sponsored by: DARPA & NAI Labs.
Diffstat (limited to 'sbin/dump/dump.h')
-rw-r--r--sbin/dump/dump.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sbin/dump/dump.h b/sbin/dump/dump.h
index a148c6b..eb04b0c 100644
--- a/sbin/dump/dump.h
+++ b/sbin/dump/dump.h
@@ -103,7 +103,6 @@ time_t unctime(char *str);
/* mapping rouintes */
union dinode;
-long blockest(union dinode *dp);
int mapfiles(ino_t maxino, long *tapesize);
int mapdirs(ino_t maxino, long *tapesize);
OpenPOWER on IntegriCloud