diff options
Diffstat (limited to 'nfs')
-rw-r--r-- | nfs/rpc.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -20,6 +20,7 @@ /* Needed in order to get the RPC header files to include correctly */ #undef TRUE #undef FALSE +#define malloc spoiufasdf /* Avoid bogus definition in rpc/types.h */ #include <rpc/types.h> #include <rpc/xdr.h> @@ -27,6 +28,8 @@ #include <rpc/rpc_msg.h> #include <rpc/auth_unix.h> +#undef malloc /* Get rid protection. */ + #include <netinet/in.h> #include <assert.h> #include <errno.h> |