fix to properly dump 4096/512 byte file systems
[unix-history] / usr / src / sbin / dump / dump.h
index 64da4e7..748df9d 100644 (file)
@@ -1,5 +1,5 @@
 /*
 /*
- * "@(#)dump.h 1.5 (Berkeley) %G%"
+ * "@(#)dump.h 1.7 (Berkeley) %G%"
  */
 #define        NI              16
 #define MAXINOPB       (MAXBSIZE / sizeof(struct dinode))
  */
 #define        NI              16
 #define MAXINOPB       (MAXBSIZE / sizeof(struct dinode))
@@ -7,11 +7,12 @@
 
 #include <stdio.h>
 #include <ctype.h>
 
 #include <stdio.h>
 #include <ctype.h>
-#include "../../h/param.h"
-#include "../../h/stat.h"
-#include "../../h/fs.h"
-#include "../../h/inode.h"
-#include "../../h/dumprestor.h"
+#include <sys/param.h>
+#include <sys/stat.h>
+#include <sys/fs.h>
+#include <sys/inode.h>
+#include <dumprestor.h>
+#include <dir.h>
 #include <utmp.h>
 #include <time.h>
 #include <signal.h>
 #include <utmp.h>
 #include <time.h>
 #include <signal.h>
@@ -108,6 +109,11 @@ int        nfstab;
  *     The contents of the file NINCREM is maintained both on
  *     a linked list, and then (eventually) arrayified.
  */
  *     The contents of the file NINCREM is maintained both on
  *     a linked list, and then (eventually) arrayified.
  */
+struct idates {
+       char    id_name[MAXNAMLEN+3];
+       char    id_incno;
+       time_t  id_ddate;
+};
 struct itime{
        struct  idates  it_value;
        struct  itime   *it_next;
 struct itime{
        struct  idates  it_value;
        struct  itime   *it_next;