diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-08-26 16:47:51 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-08-26 16:47:51 +0000 |
commit | 223f789eb2bf7c53768f02f779b2899876f9bbdb (patch) | |
tree | a509f293526429550cb22b0899fe6198d6dd9f80 | |
parent | e26ea7c56790719827a6a4bc0c9f1f1f08860257 (diff) |
entered into RCS
-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 0e9120ba..092fba9c 100644 --- a/hurd/hurd_types.h +++ b/hurd/hurd_types.h @@ -74,6 +74,7 @@ typedef struct stat io_statbuf_t; /* Bits for flags in fs.defs:file_set_translator call: */ #define FS_TRANS_FORCE 0x00000001 /* Must use translator(no sht circuit) */ #define FS_TRANS_EXCL 0x00000002 /* Don't do it if already translated. */ +#define FS_TRANS_SET 0x00000004 /* Set or clear translator */ /* Values for retry field in fs.defs:dir_pathtrans call: */ enum retry_type |