diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-11-15 16:38:54 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-11-15 16:38:54 +0000 |
commit | 63adf484632b5bb90db9cbf17ceddeec5d24487e (patch) | |
tree | f9f2c594192515401011ccd918447e02b3048a76 /libnetfs | |
parent | ab8ad93bbd110d53b5c9aed80edd958ade7115e3 (diff) |
Formerly mutations.h.~2~
Diffstat (limited to 'libnetfs')
-rw-r--r-- | libnetfs/mutations.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libnetfs/mutations.h b/libnetfs/mutations.h index 4f12cb37..df9e8a09 100644 --- a/libnetfs/mutations.h +++ b/libnetfs/mutations.h @@ -20,11 +20,11 @@ /* 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 FILE_INTRAN protid_t netfs_begin_using_protid_port (file_t) +#define FILE_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 IO_INTRAN protid_t netfs_begin_using_protid_port (io_t) +#define IO_DESTRUCTOR netfs_end_using_protid_port (protid_t) #define FILE_IMPORTS import "netfs.h"; #define IO_IMPORTS import "netfs.h"; |