You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sys-apps/netkit-base/files/005_all_netkit-base-0.17-no...

27 lines
522 B

the rpc logic here isn't terribly useful, so just punt it
http://bugs.gentoo.org/371395
--- a/inetd/inetd.c
+++ b/inetd/inetd.c
@@ -158,8 +158,8 @@
#include <rpc/rpc.h>
#include <rpc/pmap_clnt.h>
#undef __wait
-#endif
#include <rpc/pmap_clnt.h>
+#endif
#ifndef MIN
#define MIN(a, b) ((a) < (b) ? (a) : (b))
--- a/inetd/inetd.h
+++ b/inetd/inetd.h
@@ -4,7 +4,6 @@
#define RETRYTIME (60*10) /* retry time after bind/server fail */
-#define RPC /* Use SunRPC */
/* globals */