summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2020-12-23 20:48:48 -0700
committerKarl Williamson <khw@cpan.org>2021-01-18 19:59:25 -0700
commit7365f8f7fa7940e5e4422c10fc07c18aa0447ee3 (patch)
treef7105557cbd8e5c36b170b1803a227a6a8a528b9
parent6258b1f37458b7c3a69678f721e12eea6a1b2b4e (diff)
downloadperl-7365f8f7fa7940e5e4422c10fc07c18aa0447ee3.tar.gz
perlxs.pod; rpc is considered obsolete
-rw-r--r--dist/ExtUtils-ParseXS/lib/perlxs.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/dist/ExtUtils-ParseXS/lib/perlxs.pod b/dist/ExtUtils-ParseXS/lib/perlxs.pod
index 2dfbf7df40..4a339ddfd9 100644
--- a/dist/ExtUtils-ParseXS/lib/perlxs.pod
+++ b/dist/ExtUtils-ParseXS/lib/perlxs.pod
@@ -2103,8 +2103,8 @@ File C<RPC.xs>: Interface to some ONC+ RPC bind library functions.
#include "perl.h"
#include "XSUB.h"
- /* On some systems this should be <tirpc/rpc.h> */
- #include <rpc/rpc.h>
+ /* Note: On glibc 2.13 and earlier, this needs be <rpc/rpc.h> */
+ #include <tirpc/rpc.h>
typedef struct netconfig Netconfig;