From a43a6000ff22bea2fda92139989414c6077b6c09 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Mon, 24 Jun 1996 20:51:03 +0000 Subject: (_diskfs_diskclean): New variable. --- libdiskfs/priv.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libdiskfs/priv.h b/libdiskfs/priv.h index 392da145..df11c100 100644 --- a/libdiskfs/priv.h +++ b/libdiskfs/priv.h @@ -33,6 +33,9 @@ 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; + /* Needed for MiG. */ typedef struct protid *protid_t; -- cgit v1.2.3