From 7717f57573efb9a84393723817bcfe25a769487e Mon Sep 17 00:00:00 2001 From: nbd Date: Fri, 4 Nov 2011 13:33:52 +0000 Subject: [PATCH] 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 --- net/nfs-kernel-server/patches/101-no_malloc_h.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 net/nfs-kernel-server/patches/101-no_malloc_h.patch diff --git a/net/nfs-kernel-server/patches/101-no_malloc_h.patch b/net/nfs-kernel-server/patches/101-no_malloc_h.patch new file mode 100644 index 000000000..afe4c98e0 --- /dev/null +++ b/net/nfs-kernel-server/patches/101-no_malloc_h.patch @@ -0,0 +1,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 + #include + #include +-#include + #include + #include "rpc_parse.h" + #include "rpc_util.h"