diff options
author | Michael I. Bushnell <mib@gnu.org> | 1996-04-26 20:20:32 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1996-04-26 20:20:32 +0000 |
commit | bed56e5a62ff6f9822532a4aff99550d42a4f303 (patch) | |
tree | 6fa975bb7e757688a535c22217a8395930629a3e /ufs-fsck/fsck.h | |
parent | 3d3e9226d2a674801babedc7b439faeef8c68f1f (diff) |
(fix_denied): New variable.
Diffstat (limited to 'ufs-fsck/fsck.h')
-rw-r--r-- | ufs-fsck/fsck.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ufs-fsck/fsck.h b/ufs-fsck/fsck.h index 6dbd0886..437b1737 100644 --- a/ufs-fsck/fsck.h +++ b/ufs-fsck/fsck.h @@ -1,5 +1,5 @@ /* - Copyright (C) 1994, 1995 Free Software Foundation, Inc. + Copyright (C) 1994, 1995, 1996 Free Software Foundation, Inc. Written by Michael I. Bushnell. This file is part of the GNU Hurd. @@ -113,6 +113,8 @@ int preen; int readfd, writefd; +int fix_denied; + int fsmodified; int lfdir; |