From e0c188cb54d2e72e7d003f16765a9c3dd9495e8e Mon Sep 17 00:00:00 2001 From: mckusick Date: Sat, 24 May 2008 05:20:46 +0000 Subject: Expand dump to allow MAX_INT dump levels. PR: bin/100732 Submitted by: Matthew Vincenz --- include/protocols/dumprestore.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'include/protocols') diff --git a/include/protocols/dumprestore.h b/include/protocols/dumprestore.h index 0b69e2d..b4e6ec9 100644 --- a/include/protocols/dumprestore.h +++ b/include/protocols/dumprestore.h @@ -134,13 +134,4 @@ union u_spcl { #define TS_CLRI 6 /* map of inodes deleted since last dump */ #define TS_END 5 /* end of volume marker */ -/* - * flag values - */ -/* None at the moment */ - -#define DUMPOUTFMT "%-32s %c %s" /* for printf */ - /* name, level, ctime(date) */ -#define DUMPINFMT "%32s %c %[^\n]\n" /* inverse for scanf */ - #endif /* !_DUMPRESTORE_H_ */ -- cgit v1.1