summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1998-11-16 01:16:25 +0000
committerRoland McGrath <roland@gnu.org>1998-11-16 01:16:25 +0000
commitfbfc1de5e5237b4d149067a5a8b785c8a4e7b9bd (patch)
treef77fd5331e86057b1933cb02ddb2e2420471773e
parentf8aa79192c4bc19ed1c86f759f9b45b6d4710173 (diff)
Wed Oct 28 22:49:18 1998 Joel N. Weber II <devnull@methedrine.ai.mit.edu>
* hurd_types.h: Added FSTYPE_HTTP, FSTYPE_MEMFS, and FSTYPE_ISO9660.
-rw-r--r--hurd/hurd_types.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/hurd/hurd_types.h b/hurd/hurd_types.h
index d4afcb41..b9e51d06 100644
--- a/hurd/hurd_types.h
+++ b/hurd/hurd_types.h
@@ -1,5 +1,5 @@
/* C declarations for Hurd server interfaces
- Copyright (C) 1993, 1994, 1995, 1996 Free Software Foundation, Inc.
+ Copyright (C) 1993, 94, 95, 96, 98 Free Software Foundation, Inc.
This file is part of the GNU Hurd.
@@ -85,7 +85,7 @@ typedef struct statfs fsys_statfsbuf_t;
enum retry_type
{
FS_RETRY_NORMAL = 1, /* Retry normally if retry_name is not null. */
- FS_RETRY_REAUTH = 2, /* Retry after reauthenticating retry port.
+ FS_RETRY_REAUTH = 2, /* Retry after reauthenticating retry port.
Even if the retry name is null, a retry
is still necessary with this code after the
reauthentication is complete. */
@@ -308,6 +308,9 @@ typedef int *procinfo_t;
#define FSTYPE_SOCKET 0x00000015 /* io_t that isn't a file but a socket */
#define FSTYPE_MISC 0x00000016 /* generic trivfs server */
#define FSTYPE_EXT2FS 0x00000017 /* Linux filesystem by Remy Card */
+#define FSTYPE_HTTP 0x00000018 /* Transparent HTTP */
+#define FSTYPE_MEMFS 0x00000019 /* In-core filesystem */
+#define FSTYPE_ISO9660 0x0000001a /* ISO9660 */
/* Standard port assignments for file_exec and exec_* */
enum