diff options
author | Michael I. Bushnell <mib@gnu.org> | 1993-12-14 08:41:18 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1993-12-14 08:41:18 +0000 |
commit | 6178f5d8e9de1bbdd2e270a2e187a50ca0561174 (patch) | |
tree | 7d7191e5651f750118c92a726228060837c6a8de /hurd | |
parent | 24a49cd1981d37c235a5a2bc86cac7dc8eb9aaf7 (diff) |
Formerly hurd_types.h.~85~
Diffstat (limited to 'hurd')
-rw-r--r-- | hurd/hurd_types.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hurd/hurd_types.h b/hurd/hurd_types.h index c065ef9b..a99b089f 100644 --- a/hurd/hurd_types.h +++ b/hurd/hurd_types.h @@ -130,6 +130,7 @@ typedef enum retry_type retry_type; #define FSYS_GOAWAY_NOSYNC 0x00000002 /* Don't update physical media */ #define FSYS_GOAWAY_FORCE 0x00000004 /* Go away despite current users */ #define FSYS_GOAWAY_UNLINK 0x00000008 /* Go away only if non-dir */ +#define FSYS_GOAWAY_RECURSE 0x00000010 /* Shutdown children too */ /* This structure is known to be 19 ints long in hurd_types.defs */ struct fsys_statfsbuf |