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 | 7d3c115aa9014ee7e9a614ded5c7f015567ccb5a (patch) | |
tree | 7ce33a4fd19d4512e1814ef2b2289b388baffc14 /ufs-fsck | |
parent | 2a77fff42d8ab0717ad32fe48b707c37d895599f (diff) |
(fix_denied): New variable.
Diffstat (limited to 'ufs-fsck')
-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; |