Deleted Added
full compact
fsck.h (23675) fsck.h (34266)
1/*
2 * Copyright (c) 1980, 1986, 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

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

171char nflag; /* assume a no response */
172char yflag; /* assume a yes response */
173int bflag; /* location of alternate super block */
174int debug; /* output debugging info */
175int cvtlevel; /* convert to newer file system format */
176int doinglevel1; /* converting to new cylinder group format */
177int doinglevel2; /* converting to new inode format */
178int newinofmt; /* filesystem has new inode format */
1/*
2 * Copyright (c) 1980, 1986, 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

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

171char nflag; /* assume a no response */
172char yflag; /* assume a yes response */
173int bflag; /* location of alternate super block */
174int debug; /* output debugging info */
175int cvtlevel; /* convert to newer file system format */
176int doinglevel1; /* converting to new cylinder group format */
177int doinglevel2; /* converting to new inode format */
178int newinofmt; /* filesystem has new inode format */
179char usedsoftdep; /* just fix soft dependency inconsistencies */
180char resolved; /* cleared if unresolved changes => not clean */
179char preen; /* just fix normal inconsistencies */
180char hotroot; /* checking root device */
181char havesb; /* superblock has been read */
182int fsmodified; /* 1 => write done to file system */
183int fsreadfd; /* file descriptor for reading file system */
184int fswritefd; /* file descriptor for writing file system */
185int returntosingle; /* return to single user mode */
186int rerun; /* rerun fsck. Only used in non-preen mode */

--- 95 unchanged lines hidden ---
181char preen; /* just fix normal inconsistencies */
182char hotroot; /* checking root device */
183char havesb; /* superblock has been read */
184int fsmodified; /* 1 => write done to file system */
185int fsreadfd; /* file descriptor for reading file system */
186int fswritefd; /* file descriptor for writing file system */
187int returntosingle; /* return to single user mode */
188int rerun; /* rerun fsck. Only used in non-preen mode */

--- 95 unchanged lines hidden ---