nfs-kernel-server: add a host build for rpcgen with the header file fixes, fix patching of generated files
git-svn-id: svn://svn.openwrt.org/openwrt/packages@25519 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@ -33,15 +33,3 @@
|
||||
if (ret == 0 && rpcp != NULL)
|
||||
{
|
||||
/* First try name. */
|
||||
--- a/utils/statd/sm_inter_svc.c
|
||||
+++ b/utils/statd/sm_inter_svc.c
|
||||
@@ -10,7 +10,9 @@
|
||||
#include <stdlib.h>
|
||||
#include <netdb.h>
|
||||
#include <signal.h>
|
||||
+#ifndef __UCLIBC__
|
||||
#include <sys/ttycom.h>
|
||||
+#endif
|
||||
#include <memory.h>
|
||||
#include <sys/socket.h>
|
||||
#include <netinet/in.h>
|
||||
|
Reference in New Issue
Block a user