summaryrefslogtreecommitdiff
path: root/libnetfs
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1995-11-15 16:38:06 +0000
committerMichael I. Bushnell <mib@gnu.org>1995-11-15 16:38:06 +0000
commitab8ad93bbd110d53b5c9aed80edd958ade7115e3 (patch)
treed5b1c23a18de254cc31c502042364a12b91e0c2e /libnetfs
parentd5c1a156fae5fc334f009f4a9b8d3cb06e3b9efe (diff)
Initial revision
Diffstat (limited to 'libnetfs')
-rw-r--r--libnetfs/mutations.h32
1 files changed, 32 insertions, 0 deletions
diff --git a/libnetfs/mutations.h b/libnetfs/mutations.h
new file mode 100644
index 00000000..4f12cb37
--- /dev/null
+++ b/libnetfs/mutations.h
@@ -0,0 +1,32 @@
+/*
+ Copyright (C) 1995 Free Software Foundation, Inc.
+ Written by Michael I. Bushnell, p/BSG.
+
+ This file is part of the GNU Hurd.
+
+ The GNU Hurd is free software; you can redistribute it and/or
+ modify it under the terms of the GNU General Public License as
+ published by the Free Software Foundation; either version 2, or (at
+ your option) any later version.
+
+ The GNU Hurd is distributed in the hope that it will be useful, but
+ WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program; if not, write to the Free Software
+ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. */
+
+/* Only CPP macro definitions should go in this file. */
+
+#define FILE_INTRAN protid_t begin_using_protid_port (file_t)
+#define FILE_DESTRUCTOR end_using_protid_port (protid_t)
+
+#define IO_INTRAN protid_t begin_using_protid_port (io_t)
+#define IO_DESTRUCTOR end_using_protid_port (protid_t)
+
+#define FILE_IMPORTS import "netfs.h";
+#define IO_IMPORTS import "netfs.h";
+#define FSYS_IMPORTS import "netfs.h";
+#define IFSOCK_IMPORTS import "netfs.h";