|
@@ -0,0 +1,157 @@
|
|
|
+From 780bec6c2742231ca73d4dee51c727815cf857b3 Mon Sep 17 00:00:00 2001
|
|
|
+From: Erico Nunes <nunes.erico@gmail.com>
|
|
|
+Date: Fri, 30 Sep 2016 17:45:31 +0200
|
|
|
+Subject: [PATCH] rusers.h is unused and not available for uClibc-ng / libtirpc
|
|
|
+
|
|
|
+Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
|
|
|
+[Erico: Rebase for ltp 20160920]
|
|
|
+Signed-off-by: Erico Nunes <nunes.erico@gmail.com>
|
|
|
+---
|
|
|
+ .../tests_pack/rpc_suite/rpc/rpc_auth_auth_destroy/rpc_auth_destroy.c | 1 -
|
|
|
+ .../rpc_suite/rpc/rpc_auth_authnone_create/rpc_authnone_create.c | 1 -
|
|
|
+ .../rpc_suite/rpc/rpc_auth_authunix_create/rpc_authunix_create.c | 1 -
|
|
|
+ .../rpc/rpc_auth_authunix_create_default/rpc_authunix_create_default.c | 1 -
|
|
|
+ .../rpc_suite/rpc/rpc_createdestroy_clnttcp_create/rpc_clnttcp_create.c | 1 -
|
|
|
+ .../rpc/rpc_createdestroy_clnttcp_create/rpc_clnttcp_create_limits.c | 1 -
|
|
|
+ .../rpc/rpc_createdestroy_clnttcp_create/rpc_clnttcp_create_stress.c | 1 -
|
|
|
+ .../rpc/rpc_createdestroy_clntudp_bufcreate/rpc_clntudp_bufcreate.c | 1 -
|
|
|
+ .../rpc_createdestroy_clntudp_bufcreate/rpc_clntudp_bufcreate_limits.c | 1 -
|
|
|
+ .../rpc_suite/rpc/rpc_createdestroy_clntudp_create/rpc_clntudp_create.c | 1 -
|
|
|
+ .../rpc/rpc_createdestroy_clntudp_create/rpc_clntudp_create_stress.c | 1 -
|
|
|
+ 11 files changed, 11 deletions(-)
|
|
|
+
|
|
|
+diff --git a/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_auth_auth_destroy/rpc_auth_destroy.c b/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_auth_auth_destroy/rpc_auth_destroy.c
|
|
|
+index 7f157e1..728c023 100644
|
|
|
+--- a/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_auth_auth_destroy/rpc_auth_destroy.c
|
|
|
++++ b/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_auth_auth_destroy/rpc_auth_destroy.c
|
|
|
+@@ -30,7 +30,6 @@
|
|
|
+ #include <time.h>
|
|
|
+ #include <rpc/rpc.h>
|
|
|
+ #include <sys/socket.h>
|
|
|
+-#include <rpcsvc/rusers.h>
|
|
|
+ #include <utmp.h>
|
|
|
+ #include <sys/time.h>
|
|
|
+ #include <netdb.h>
|
|
|
+diff --git a/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_auth_authnone_create/rpc_authnone_create.c b/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_auth_authnone_create/rpc_authnone_create.c
|
|
|
+index d9a3111..8d80a5e 100644
|
|
|
+--- a/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_auth_authnone_create/rpc_authnone_create.c
|
|
|
++++ b/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_auth_authnone_create/rpc_authnone_create.c
|
|
|
+@@ -30,7 +30,6 @@
|
|
|
+ #include <time.h>
|
|
|
+ #include <rpc/rpc.h>
|
|
|
+ #include <sys/socket.h>
|
|
|
+-#include <rpcsvc/rusers.h>
|
|
|
+ #include <utmp.h>
|
|
|
+ #include <sys/time.h>
|
|
|
+ #include <netdb.h>
|
|
|
+diff --git a/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_auth_authunix_create/rpc_authunix_create.c b/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_auth_authunix_create/rpc_authunix_create.c
|
|
|
+index cabffc7..a4d1d6f 100644
|
|
|
+--- a/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_auth_authunix_create/rpc_authunix_create.c
|
|
|
++++ b/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_auth_authunix_create/rpc_authunix_create.c
|
|
|
+@@ -30,7 +30,6 @@
|
|
|
+ #include <time.h>
|
|
|
+ #include <rpc/rpc.h>
|
|
|
+ #include <sys/socket.h>
|
|
|
+-#include <rpcsvc/rusers.h>
|
|
|
+ #include <utmp.h>
|
|
|
+ #include <sys/time.h>
|
|
|
+ #include <netdb.h>
|
|
|
+diff --git a/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_auth_authunix_create_default/rpc_authunix_create_default.c b/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_auth_authunix_create_default/rpc_authunix_create_default.c
|
|
|
+index 4f10466..863aec7 100644
|
|
|
+--- a/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_auth_authunix_create_default/rpc_authunix_create_default.c
|
|
|
++++ b/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_auth_authunix_create_default/rpc_authunix_create_default.c
|
|
|
+@@ -30,7 +30,6 @@
|
|
|
+ #include <time.h>
|
|
|
+ #include <rpc/rpc.h>
|
|
|
+ #include <sys/socket.h>
|
|
|
+-#include <rpcsvc/rusers.h>
|
|
|
+ #include <utmp.h>
|
|
|
+ #include <sys/time.h>
|
|
|
+ #include <netdb.h>
|
|
|
+diff --git a/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_createdestroy_clnttcp_create/rpc_clnttcp_create.c b/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_createdestroy_clnttcp_create/rpc_clnttcp_create.c
|
|
|
+index 290f357..e849468 100644
|
|
|
+--- a/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_createdestroy_clnttcp_create/rpc_clnttcp_create.c
|
|
|
++++ b/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_createdestroy_clnttcp_create/rpc_clnttcp_create.c
|
|
|
+@@ -30,7 +30,6 @@
|
|
|
+ #include <time.h>
|
|
|
+ #include <rpc/rpc.h>
|
|
|
+ #include <sys/socket.h>
|
|
|
+-#include <rpcsvc/rusers.h>
|
|
|
+ #include <utmp.h>
|
|
|
+ #include <sys/time.h>
|
|
|
+ #include <netdb.h>
|
|
|
+diff --git a/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_createdestroy_clnttcp_create/rpc_clnttcp_create_limits.c b/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_createdestroy_clnttcp_create/rpc_clnttcp_create_limits.c
|
|
|
+index 55bac16..8c1800b 100644
|
|
|
+--- a/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_createdestroy_clnttcp_create/rpc_clnttcp_create_limits.c
|
|
|
++++ b/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_createdestroy_clnttcp_create/rpc_clnttcp_create_limits.c
|
|
|
+@@ -30,7 +30,6 @@
|
|
|
+ #include <time.h>
|
|
|
+ #include <rpc/rpc.h>
|
|
|
+ #include <sys/socket.h>
|
|
|
+-#include <rpcsvc/rusers.h>
|
|
|
+ #include <utmp.h>
|
|
|
+ #include <sys/time.h>
|
|
|
+ #include <netdb.h>
|
|
|
+diff --git a/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_createdestroy_clnttcp_create/rpc_clnttcp_create_stress.c b/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_createdestroy_clnttcp_create/rpc_clnttcp_create_stress.c
|
|
|
+index 09d1bf9..384a00d 100644
|
|
|
+--- a/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_createdestroy_clnttcp_create/rpc_clnttcp_create_stress.c
|
|
|
++++ b/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_createdestroy_clnttcp_create/rpc_clnttcp_create_stress.c
|
|
|
+@@ -30,7 +30,6 @@
|
|
|
+ #include <time.h>
|
|
|
+ #include <rpc/rpc.h>
|
|
|
+ #include <sys/socket.h>
|
|
|
+-#include <rpcsvc/rusers.h>
|
|
|
+ #include <utmp.h>
|
|
|
+ #include <sys/time.h>
|
|
|
+ #include <netdb.h>
|
|
|
+diff --git a/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_createdestroy_clntudp_bufcreate/rpc_clntudp_bufcreate.c b/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_createdestroy_clntudp_bufcreate/rpc_clntudp_bufcreate.c
|
|
|
+index 3e15306..285eb21 100644
|
|
|
+--- a/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_createdestroy_clntudp_bufcreate/rpc_clntudp_bufcreate.c
|
|
|
++++ b/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_createdestroy_clntudp_bufcreate/rpc_clntudp_bufcreate.c
|
|
|
+@@ -30,7 +30,6 @@
|
|
|
+ #include <time.h>
|
|
|
+ #include <rpc/rpc.h>
|
|
|
+ #include <sys/socket.h>
|
|
|
+-#include <rpcsvc/rusers.h>
|
|
|
+ #include <utmp.h>
|
|
|
+ #include <sys/time.h>
|
|
|
+ #include <netdb.h>
|
|
|
+diff --git a/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_createdestroy_clntudp_bufcreate/rpc_clntudp_bufcreate_limits.c b/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_createdestroy_clntudp_bufcreate/rpc_clntudp_bufcreate_limits.c
|
|
|
+index a7030a2..1f2690a 100644
|
|
|
+--- a/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_createdestroy_clntudp_bufcreate/rpc_clntudp_bufcreate_limits.c
|
|
|
++++ b/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_createdestroy_clntudp_bufcreate/rpc_clntudp_bufcreate_limits.c
|
|
|
+@@ -30,7 +30,6 @@
|
|
|
+ #include <time.h>
|
|
|
+ #include <rpc/rpc.h>
|
|
|
+ #include <sys/socket.h>
|
|
|
+-#include <rpcsvc/rusers.h>
|
|
|
+ #include <utmp.h>
|
|
|
+ #include <sys/time.h>
|
|
|
+ #include <netdb.h>
|
|
|
+diff --git a/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_createdestroy_clntudp_create/rpc_clntudp_create.c b/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_createdestroy_clntudp_create/rpc_clntudp_create.c
|
|
|
+index 06f4740..faa8ef6 100644
|
|
|
+--- a/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_createdestroy_clntudp_create/rpc_clntudp_create.c
|
|
|
++++ b/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_createdestroy_clntudp_create/rpc_clntudp_create.c
|
|
|
+@@ -30,7 +30,6 @@
|
|
|
+ #include <time.h>
|
|
|
+ #include <rpc/rpc.h>
|
|
|
+ #include <sys/socket.h>
|
|
|
+-#include <rpcsvc/rusers.h>
|
|
|
+ #include <utmp.h>
|
|
|
+ #include <sys/time.h>
|
|
|
+ #include <netdb.h>
|
|
|
+diff --git a/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_createdestroy_clntudp_create/rpc_clntudp_create_stress.c b/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_createdestroy_clntudp_create/rpc_clntudp_create_stress.c
|
|
|
+index ca38aa0..974f5fb 100644
|
|
|
+--- a/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_createdestroy_clntudp_create/rpc_clntudp_create_stress.c
|
|
|
++++ b/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_createdestroy_clntudp_create/rpc_clntudp_create_stress.c
|
|
|
+@@ -30,7 +30,6 @@
|
|
|
+ #include <time.h>
|
|
|
+ #include <rpc/rpc.h>
|
|
|
+ #include <sys/socket.h>
|
|
|
+-#include <rpcsvc/rusers.h>
|
|
|
+ #include <utmp.h>
|
|
|
+ #include <sys/time.h>
|
|
|
+ #include <netdb.h>
|
|
|
+--
|
|
|
+2.7.4
|
|
|
+
|