summaryrefslogtreecommitdiff
path: root/libtrivfs
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1994-05-24 20:27:37 +0000
committerMichael I. Bushnell <mib@gnu.org>1994-05-24 20:27:37 +0000
commit4855ee4e6125f722daa1f37270ab19df0ffcdb8a (patch)
tree0d9996b42b2bb910e7178a18b2c6121641f09ea3 /libtrivfs
parent718e1b3ab09271a35db681eb0bb7755a59f97668 (diff)
Formerly fsmutations.h.~2~
Diffstat (limited to 'libtrivfs')
-rw-r--r--libtrivfs/fsmutations.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/libtrivfs/fsmutations.h b/libtrivfs/fsmutations.h
index ec533429..c1e6b70a 100644
--- a/libtrivfs/fsmutations.h
+++ b/libtrivfs/fsmutations.h
@@ -15,14 +15,14 @@
along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
-/* Only CPP macro definitions should go int his file. */
+/* Only CPP macro definitions should go in this file. */
-#define FILE_INTRAN protid_t convert_port_to_protid (file_t)
+#define FILE_INTRAN trivfs_protid_t convert_port_to_protid (file_t)
-#define IO_INTRAN protid_t convert_port_to_protid (io_t)
+#define IO_INTRAN trivfs_protid_t convert_port_to_protid (io_t)
#define SERVERPREFIX trivfs_S_
-#define FILE_IMPORTS import "trivfs.h";
-#define IO_IMPORTS import "trivfs.h";
-#define FSYS_IMPORTS import "trvifs.h";
+#define FILE_IMPORTS import "priv.h";
+#define IO_IMPORTS import "priv.h";
+#define FSYS_IMPORTS import "priv.h";