summaryrefslogtreecommitdiff
path: root/libdiskfs/priv.h
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1996-06-24 20:52:10 +0000
committerMichael I. Bushnell <mib@gnu.org>1996-06-24 20:52:10 +0000
commit29bd5cb55bd05cc6137ff391916df1a7c4dca74f (patch)
treeb81179d63f373c142215ff88fba332e4983640de /libdiskfs/priv.h
parenta43a6000ff22bea2fda92139989414c6077b6c09 (diff)
change name to _diskfs_diskdirty.
Diffstat (limited to 'libdiskfs/priv.h')
-rw-r--r--libdiskfs/priv.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libdiskfs/priv.h b/libdiskfs/priv.h
index df11c100..0f14ca3a 100644
--- a/libdiskfs/priv.h
+++ b/libdiskfs/priv.h
@@ -33,8 +33,8 @@ volatile struct mapped_time_value *_diskfs_mtime;
extern struct argp_option diskfs_common_options[];
-/* Diskfs thinks the disk is clean if this is set. */
-extern int _diskfs_diskclean;
+/* Diskfs thinks the disk is dirty if this is set. */
+extern int _diskfs_diskdirty;
/* Needed for MiG. */
typedef struct protid *protid_t;