summaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>2001-02-05 15:24:34 +0000
committerBruce Evans <bde@FreeBSD.org>2001-02-05 15:24:34 +0000
commit14e6355f0272e4b60e6d9edc8f1516bdc0c85fd0 (patch)
tree85d2f6dc020ed5494da6ac5c0d889d0cc8720214 /lib/libc
parent75d5d29ef0d89de1fdcd4c2981944122f9ecda91 (diff)
Notes
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/xdr/xdr.34
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/libc/xdr/xdr.3 b/lib/libc/xdr/xdr.3
index 95cb37c9e8c0..0b933bc3bb10 100644
--- a/lib/libc/xdr/xdr.3
+++ b/lib/libc/xdr/xdr.3
@@ -10,6 +10,7 @@
.Sh LIBRARY
.Lb libc
.Sh SYNOPSIS
+.Fd "#include <rpc/types.h>"
.Fd "#include <rpc/xdr.h>"
.Pp
See
@@ -495,12 +496,15 @@ A filter primitive that translates between C
integers and their external representations.
This routine returns one if it succeeds, zero otherwise.
.Pp
+.Fd #ifdef _STDIO_H_
+.Fd /* XDR using stdio library */
.It Xo
.Ft void
.Xc
.It Xo
.Fn xdrstdio_create "XDR *xdrs" "FILE *file" "enum xdr_op op"
.Xc
+.Fd #endif
.Pp
This routine initializes the
.Tn XDR