summaryrefslogtreecommitdiffstats
path: root/sbin/newfs/newfs.h
diff options
context:
space:
mode:
authorwes <wes@FreeBSD.org>2003-11-16 07:17:30 +0000
committerwes <wes@FreeBSD.org>2003-11-16 07:17:30 +0000
commita79f1dd547b90d142814637f968b1b79ba96aab6 (patch)
tree268aee28f92ddb4ffb10809f224a66f994fcf5f1 /sbin/newfs/newfs.h
parent6288a669519a7fbdfd0465318c62c56d1b223e17 (diff)
downloadFreeBSD-src-a79f1dd547b90d142814637f968b1b79ba96aab6.zip
FreeBSD-src-a79f1dd547b90d142814637f968b1b79ba96aab6.tar.gz
Add the -E command line option to force error conditions for testing.
Sponsord by: St. Bernard Software
Diffstat (limited to 'sbin/newfs/newfs.h')
-rw-r--r--sbin/newfs/newfs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sbin/newfs/newfs.h b/sbin/newfs/newfs.h
index 37cfb45..1c82685 100644
--- a/sbin/newfs/newfs.h
+++ b/sbin/newfs/newfs.h
@@ -52,6 +52,7 @@ extern int Nflag; /* run mkfs without writing file system */
extern int Oflag; /* build UFS1 format file system */
extern int Rflag; /* regression test */
extern int Uflag; /* enable soft updates for file system */
+extern int Eflag; /* exit as if error, for testing */
extern quad_t fssize; /* file system size */
extern int sectorsize; /* bytes/sector */
extern int realsectorsize; /* bytes/sector in hardware*/
OpenPOWER on IntegriCloud