BSD 4_3 release
[unix-history] / usr / src / etc / dump / dump.h
index 2759ef7..f3a461b 100644 (file)
@@ -1,4 +1,10 @@
-/*     dump.h  1.12    83/07/01        */
+/*
+ * Copyright (c) 1980 Regents of the University of California.
+ * All rights reserved.  The Berkeley software License Agreement
+ * specifies the terms and conditions for redistribution.
+ *
+ *     @(#)dump.h      5.3 (Berkeley) 5/23/86
+ */
 
 #define        NI              16
 #define MAXINOPB       (MAXBSIZE / sizeof(struct dinode))
 
 #define        NI              16
 #define MAXINOPB       (MAXBSIZE / sizeof(struct dinode))
@@ -10,7 +16,7 @@
 #include <sys/stat.h>
 #include <sys/fs.h>
 #include <sys/inode.h>
 #include <sys/stat.h>
 #include <sys/fs.h>
 #include <sys/inode.h>
-#include <dumprestor.h>
+#include <protocols/dumprestore.h>
 #include <sys/dir.h>
 #include <utmp.h>
 #include <sys/time.h>
 #include <sys/dir.h>
 #include <utmp.h>
 #include <sys/time.h>
@@ -66,6 +72,7 @@ char  *prdate();
 long   atol();
 int    mark();
 int    add();
 long   atol();
 int    mark();
 int    add();
+int    dirdump();
 int    dump();
 int    tapsrec();
 int    dmpspc();
 int    dump();
 int    tapsrec();
 int    dmpspc();
@@ -84,7 +91,7 @@ int   interrupt();            /* in case operator bangs on console */
 /*
  *     Exit status codes
  */
 /*
  *     Exit status codes
  */
-#define        X_FINOK         1       /* normal exit */
+#define        X_FINOK         0       /* normal exit */
 #define        X_REWRITE       2       /* restart writing from the check point */
 #define        X_ABORT         3       /* abort all of dump; don't attempt checkpointing*/
 
 #define        X_REWRITE       2       /* restart writing from the check point */
 #define        X_ABORT         3       /* abort all of dump; don't attempt checkpointing*/