From 4855ee4e6125f722daa1f37270ab19df0ffcdb8a Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Tue, 24 May 1994 20:27:37 +0000 Subject: Formerly fsmutations.h.~2~ --- libtrivfs/fsmutations.h | 12 ++++++------ 1 file 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"; -- cgit v1.2.3