summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJacques Vidrine <nectar@FreeBSD.org>1999-05-08 01:08:56 +0000
committerJacques Vidrine <nectar@FreeBSD.org>1999-05-08 01:08:56 +0000
commit958ab463b8e4b2642d0c07dfcea361aac60484c4 (patch)
tree9d96c57e45c0808a4bfa37b9f216eb3cf9042f13 /include
parentdd5288f3a5158d3e9723d8accf000943cd2b2905 (diff)
downloadsrc-test2-958ab463b8e4b2642d0c07dfcea361aac60484c4.tar.gz
src-test2-958ab463b8e4b2642d0c07dfcea361aac60484c4.zip
Notes
Diffstat (limited to 'include')
-rw-r--r--include/protocols/dumprestore.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/protocols/dumprestore.h b/include/protocols/dumprestore.h
index 9721082a900f..98704e7a580b 100644
--- a/include/protocols/dumprestore.h
+++ b/include/protocols/dumprestore.h
@@ -105,8 +105,8 @@ union u_spcl {
#define DR_NEWHEADER 0x0001 /* new format tape header */
#define DR_NEWINODEFMT 0x0002 /* new format inodes on tape */
-#define DUMPOUTFMT "%-16s %c %s" /* for printf */
+#define DUMPOUTFMT "%-32s %c %s" /* for printf */
/* name, level, ctime(date) */
-#define DUMPINFMT "%16s %c %[^\n]\n" /* inverse for scanf */
+#define DUMPINFMT "%32s %c %[^\n]\n" /* inverse for scanf */
#endif /* !_DUMPRESTORE_H_ */