summaryrefslogtreecommitdiff
path: root/hurd
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2001-06-16 02:27:23 +0000
committerRoland McGrath <roland@gnu.org>2001-06-16 02:27:23 +0000
commit73c81b83d97b735e2a614d2bf182ec6b0ffdba79 (patch)
tree7ef0969eb83eefa134a4272ec2bc0206e099bc48 /hurd
parente98f556a63babe9a1147f28a23b91c443c885003 (diff)
2001-06-15 Neal H Walfield <neal@cs.uml.edu>
* hurd_types.h: New macro, FS_TRANS_ORPHAN.
Diffstat (limited to 'hurd')
-rw-r--r--hurd/hurd_types.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/hurd/hurd_types.h b/hurd/hurd_types.h
index 68d909ac..cef0cecc 100644
--- a/hurd/hurd_types.h
+++ b/hurd/hurd_types.h
@@ -1,5 +1,5 @@
/* C declarations for Hurd server interfaces
- Copyright (C) 1993, 94, 95, 96, 98, 99 Free Software Foundation, Inc.
+ Copyright (C) 1993,94,95,96,98,99,2001 Free Software Foundation, Inc.
This file is part of the GNU Hurd.
@@ -81,6 +81,7 @@ typedef struct statfs fsys_statfsbuf_t;
#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 */
+#define FS_TRANS_ORPHAN 0x00000008 /* Orphan the active translator. */
/* Values for retry field in fs.defs:dir_pathtrans call: */
enum retry_type