summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1994-07-08 20:11:23 +0000
committerMichael I. Bushnell <mib@gnu.org>1994-07-08 20:11:23 +0000
commit8a11a64ec27d0d31ec646abee9a2975525d5b663 (patch)
treee53c5f49c731b3af18abbbabe3f086889d655947
parenteac32d19937f5cfd857ac99311d66bb7d4ea7ffc (diff)
Formerly hurd_types.h.~93~
-rw-r--r--hurd/hurd_types.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/hurd/hurd_types.h b/hurd/hurd_types.h
index 71ae6698..245993f9 100644
--- a/hurd/hurd_types.h
+++ b/hurd/hurd_types.h
@@ -83,7 +83,15 @@ enum retry_type
FS_RETRY_REAUTH, /* Retry after reauthenticating retry port. */
FS_RETRY_MAGICAL, /* Retry string is magical. */
/* "tty" means controlling tty;
+
"fd/%u" means file descriptor N;
+
+ "machtype/..." means replace `machtype' with the numbers in decimal
+ returned by the user's kernel as the cpu_type (N) and
+ cpu_subtype (M) (producing N/M/...) and then retry
+ as for FS_RETRY_NORMAL.
+
+ "/..." means retry "...", but starting from the users root directory.
*/
};
typedef enum retry_type retry_type;