summaryrefslogtreecommitdiffstats
path: root/freebsd/lib/libc/rpc/rpc_com.h
diff options
context:
space:
mode:
Diffstat (limited to 'freebsd/lib/libc/rpc/rpc_com.h')
-rw-r--r--freebsd/lib/libc/rpc/rpc_com.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/freebsd/lib/libc/rpc/rpc_com.h b/freebsd/lib/libc/rpc/rpc_com.h
index 770faf91..bfa6a0bc 100644
--- a/freebsd/lib/libc/rpc/rpc_com.h
+++ b/freebsd/lib/libc/rpc/rpc_com.h
@@ -86,8 +86,8 @@ bool_t __xdrrec_setnonblock(XDR *, int);
bool_t __xdrrec_getrec(XDR *, enum xprt_stat *, bool_t);
void __xprt_unregister_unlocked(SVCXPRT *);
-SVCXPRT **__svc_xports;
-int __svc_maxrec;
+extern SVCXPRT **__svc_xports;
+extern int __svc_maxrec;
__END_DECLS