From 8a11a64ec27d0d31ec646abee9a2975525d5b663 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Fri, 8 Jul 1994 20:11:23 +0000 Subject: Formerly hurd_types.h.~93~ --- hurd/hurd_types.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'hurd') 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; -- cgit v1.2.3