mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-04 12:52:15 +00:00
- Forgot to nuke hotroot completely.
Submitted by: Paul Saab <ps@yahoo-inc.com>
This commit is contained in:
parent
90bba6bf72
commit
6920536967
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=55724
@ -31,6 +31,7 @@
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* @(#)fsck.h 8.4 (Berkeley) 5/9/95
|
||||
* $FreeBSD$
|
||||
*/
|
||||
|
||||
#include <unistd.h>
|
||||
@ -201,7 +202,6 @@ char preen; /* just fix normal inconsistencies */
|
||||
char rerun; /* rerun fsck. Only used in non-preen mode */
|
||||
int returntosingle; /* 1 => return to single user mode on exit */
|
||||
char resolved; /* cleared if unresolved changes => not clean */
|
||||
char hotroot; /* checking root device */
|
||||
char havesb; /* superblock has been read */
|
||||
int fsmodified; /* 1 => write done to file system */
|
||||
int fsreadfd; /* file descriptor for reading file system */
|
||||
|
@ -31,6 +31,7 @@
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* @(#)fsck.h 8.4 (Berkeley) 5/9/95
|
||||
* $FreeBSD$
|
||||
*/
|
||||
|
||||
#include <unistd.h>
|
||||
@ -201,7 +202,6 @@ char preen; /* just fix normal inconsistencies */
|
||||
char rerun; /* rerun fsck. Only used in non-preen mode */
|
||||
int returntosingle; /* 1 => return to single user mode on exit */
|
||||
char resolved; /* cleared if unresolved changes => not clean */
|
||||
char hotroot; /* checking root device */
|
||||
char havesb; /* superblock has been read */
|
||||
int fsmodified; /* 1 => write done to file system */
|
||||
int fsreadfd; /* file descriptor for reading file system */
|
||||
|
@ -31,6 +31,7 @@
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* @(#)fsck.h 8.4 (Berkeley) 5/9/95
|
||||
* $FreeBSD$
|
||||
*/
|
||||
|
||||
#include <unistd.h>
|
||||
@ -201,7 +202,6 @@ char preen; /* just fix normal inconsistencies */
|
||||
char rerun; /* rerun fsck. Only used in non-preen mode */
|
||||
int returntosingle; /* 1 => return to single user mode on exit */
|
||||
char resolved; /* cleared if unresolved changes => not clean */
|
||||
char hotroot; /* checking root device */
|
||||
char havesb; /* superblock has been read */
|
||||
int fsmodified; /* 1 => write done to file system */
|
||||
int fsreadfd; /* file descriptor for reading file system */
|
||||
|
Loading…
Reference in New Issue
Block a user