summaryrefslogtreecommitdiff
path: root/libnetfs/mutations.h
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1995-12-14 23:30:59 +0000
committerMichael I. Bushnell <mib@gnu.org>1995-12-14 23:30:59 +0000
commite78e15f8f62584b82b8dd44b6d0c9b6d18f57ed0 (patch)
treeb56f6440b908c5432721a359153f45ca07009a25 /libnetfs/mutations.h
parent47f96fbc9a86df8a00df27e4a58b1e76f77d752f (diff)
entered into RCS
Diffstat (limited to 'libnetfs/mutations.h')
-rw-r--r--libnetfs/mutations.h17
1 files changed, 9 insertions, 8 deletions
diff --git a/libnetfs/mutations.h b/libnetfs/mutations.h
index df9e8a09..ea0b8476 100644
--- a/libnetfs/mutations.h
+++ b/libnetfs/mutations.h
@@ -20,13 +20,14 @@
/* Only CPP macro definitions should go in this file. */
-#define FILE_INTRAN protid_t netfs_begin_using_protid_port (file_t)
-#define FILE_DESTRUCTOR netfs_end_using_protid_port (protid_t)
+#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 netfs_begin_using_protid_port (io_t)
-#define IO_DESTRUCTOR netfs_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"; import "priv.h";
+#define IO_IMPORTS import "netfs.h"; import "priv.h";
+#define FSYS_IMPORTS import "netfs.h"; import "priv.h";
+#define IFSOCK_IMPORTS import "netfs.h"; import "priv.h";
-#define FILE_IMPORTS import "netfs.h";
-#define IO_IMPORTS import "netfs.h";
-#define FSYS_IMPORTS import "netfs.h";
-#define IFSOCK_IMPORTS import "netfs.h";