blob: 3981b50e76e1a4c145b7aff92f1a3bc7f6ada2da (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
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 */
|