summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
authormillert <millert@openbsd.org>1996-08-19 03:34:43 +0000
committermillert <millert@openbsd.org>1996-08-19 03:34:43 +0000
commitc2ad6f58c722d03638c5e80a333d10e1c0022fa6 (patch)
tree50fd32cf57d04c311a4e5a062b6891c4e8866b14 /lib/libc
parentAdds _PATH_RSH for rsh-using rcmd() (diff)
downloadwireguard-openbsd-c2ad6f58c722d03638c5e80a333d10e1c0022fa6.tar.xz
wireguard-openbsd-c2ad6f58c722d03638c5e80a333d10e1c0022fa6.zip
Add return values for sethostent, endhostent, herror (all are void).
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/net/gethostbyname.33
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/libc/net/gethostbyname.3 b/lib/libc/net/gethostbyname.3
index bac03682965..583056b01b1 100644
--- a/lib/libc/net/gethostbyname.3
+++ b/lib/libc/net/gethostbyname.3
@@ -53,8 +53,11 @@
.Fn gethostbyaddr "const char *addr" "int len" "int type"
.Ft struct hostent *
.Fn gethostent void
+.Ft void
.Fn sethostent "int stayopen"
+.Ft void
.Fn endhostent void
+.Ft void
.Fn herror "char *string"
.Sh DESCRIPTION
The