packages/net/nfs-kernel-server/patches/101-no_malloc_h.patch
nbd 7717f57573 Revert "[packages]: nfs-kernel-server - 101-no_malloc_h.patch isn't needed anymore"
git-svn-id: svn://svn.openwrt.org/openwrt/packages@28751 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-11-04 13:33:52 +00:00

11 lines
269 B
Diff

--- 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"