diff options
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; |