From fbfc1de5e5237b4d149067a5a8b785c8a4e7b9bd Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Mon, 16 Nov 1998 01:16:25 +0000 Subject: Wed Oct 28 22:49:18 1998 Joel N. Weber II * hurd_types.h: Added FSTYPE_HTTP, FSTYPE_MEMFS, and FSTYPE_ISO9660. --- hurd/hurd_types.h | 7 +++++-- 1 file 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 -- cgit v1.2.3