Deleted Added
full compact
dump.h (18286) dump.h (22192)
1/*-
2 * Copyright (c) 1980, 1993
3 * The Regents of the University of California. All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

--- 60 unchanged lines hidden (view full) ---

69ino_t curino; /* current inumber; used globally */
70int newtape; /* new tape flag */
71int density; /* density in 0.1" units */
72long tapesize; /* estimated tape size, blocks */
73long tsize; /* tape size in 0.1" units */
74long asize; /* number of 0.1" units written on current tape */
75int etapes; /* estimated number of tapes */
76int nonodump; /* if set, do not honor UF_NODUMP user flags */
1/*-
2 * Copyright (c) 1980, 1993
3 * The Regents of the University of California. All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

--- 60 unchanged lines hidden (view full) ---

69ino_t curino; /* current inumber; used globally */
70int newtape; /* new tape flag */
71int density; /* density in 0.1" units */
72long tapesize; /* estimated tape size, blocks */
73long tsize; /* tape size in 0.1" units */
74long asize; /* number of 0.1" units written on current tape */
75int etapes; /* estimated number of tapes */
76int nonodump; /* if set, do not honor UF_NODUMP user flags */
77int unlimited; /* if set, write to end of medium */
77
78int notify; /* notify operator flag */
79int blockswritten; /* number of blocks written on current tape */
80int tapeno; /* current tape number */
81time_t tstart_writing; /* when started writing the first tape block */
82time_t tend_writing; /* after writing the last tape block */
83struct fs *sblock; /* the file system super block */
84char sblock_buf[MAXBSIZE];

--- 129 unchanged lines hidden ---
78
79int notify; /* notify operator flag */
80int blockswritten; /* number of blocks written on current tape */
81int tapeno; /* current tape number */
82time_t tstart_writing; /* when started writing the first tape block */
83time_t tend_writing; /* after writing the last tape block */
84struct fs *sblock; /* the file system super block */
85char sblock_buf[MAXBSIZE];

--- 129 unchanged lines hidden ---