diff options
author | 1998-02-24 12:57:52 +0000 | |
---|---|---|
committer | 1998-02-24 12:57:52 +0000 | |
commit | 14201ac93afb18d9fb182f75d7d0444f38d1edba (patch) | |
tree | 57944cb95cdade1649a72ce4a8e0b7f898a0041c /lib/libc | |
parent | commas are good (diff) | |
download | wireguard-openbsd-14201ac93afb18d9fb182f75d7d0444f38d1edba.tar.xz wireguard-openbsd-14201ac93afb18d9fb182f75d7d0444f38d1edba.zip |
cleanup a bit more
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/rpc/xdr.3 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libc/rpc/xdr.3 b/lib/libc/rpc/xdr.3 index 236088d6de2..9b8ff9e14a4 100644 --- a/lib/libc/rpc/xdr.3 +++ b/lib/libc/rpc/xdr.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: xdr.3,v 1.5 1998/02/24 11:13:54 deraadt Exp $ +.\" $OpenBSD: xdr.3,v 1.6 1998/02/24 12:57:52 deraadt Exp $ .\" Mostly converted to mandoc by Theo de Raadt, Tue Feb 24 04:04:46 MST 1998 .\" .Dd February 16, 1988 @@ -40,6 +40,8 @@ .Nm xdr_wrapstring .Nd library routines for external data representation .Sh SYNOPSIS +.Fd #include <sys/types.h> +.Fd #include <xdr.h> .Ft int .Fn xdr_array "XDR *xdrs" "char **arrp" "u_int *sizep" "u_int maxsize" "u_int elsize" "xdrproc_t elproc" .Ft int |