summaryrefslogtreecommitdiff
path: root/net/nfs-kernel-server/patches/101-no_malloc_h.patch
blob: afe4c98e0437296d0f4313edd2915ddc580d5938 (plain)
1
2
3
4
5
6
7
8
9
10
--- a/tools/rpcgen/rpc_cout.c
+++ b/tools/rpcgen/rpc_cout.c
@@ -36,7 +36,6 @@ static char sccsid[] = "@(#)rpc_cout.c 1
 #include <stdio.h>
 #include <string.h>
 #include <stdlib.h>
-#include <malloc.h>
 #include <ctype.h>
 #include "rpc_parse.h"
 #include "rpc_util.h"