Page MenuHomeFreeBSD

D24408.id.diff
No OneTemporary

D24408.id.diff

Index: head/sys/rpc/rpc_prot.c
===================================================================
--- head/sys/rpc/rpc_prot.c
+++ head/sys/rpc/rpc_prot.c
@@ -61,8 +61,6 @@
#include <rpc/clnt.h>
#include <rpc/rpc_msg.h>
-MALLOC_DEFINE(M_RPC, "rpc", "Remote Procedure Call");
-
#define assert(exp) KASSERT(exp, ("bad arguments"))
static enum clnt_stat accepted(enum accept_stat, struct rpc_err *);
Index: head/sys/xdr/xdr.c
===================================================================
--- head/sys/xdr/xdr.c
+++ head/sys/xdr/xdr.c
@@ -65,6 +65,8 @@
#define XDR_FALSE ((long) 0)
#define XDR_TRUE ((long) 1)
+MALLOC_DEFINE(M_RPC, "rpc", "Remote Procedure Call");
+
/*
* for unit alignment
*/

File Metadata

Mime Type
text/plain
Expires
Wed, Sep 9, 9:04 AM (2 h, 31 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
38576232
Default Alt Text
D24408.id.diff (713 B)

Event Timeline