X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/blobdiff_plain/214b57212f7d8cb732c526f03a42253cadd3c0a3..5d9cbc6164c905661e55cd2329f49ee434b1b2e8:/usr/src/lib/libc/compat-43/gethostid.3 diff --git a/usr/src/lib/libc/compat-43/gethostid.3 b/usr/src/lib/libc/compat-43/gethostid.3 index 3c57844850..0c30b67318 100644 --- a/usr/src/lib/libc/compat-43/gethostid.3 +++ b/usr/src/lib/libc/compat-43/gethostid.3 @@ -2,7 +2,7 @@ .\" All rights reserved. The Berkeley software License Agreement .\" specifies the terms and conditions for redistribution. .\" -.\" @(#)gethostid.3 6.2 (Berkeley) %G% +.\" @(#)gethostid.3 6.3 (Berkeley) %G% .\" .TH GETHOSTID 2 "" .UC 5 @@ -12,11 +12,11 @@ gethostid, sethostid \- get/set unique identifier of current host .nf .ft B hostid = gethostid() -int hostid; +long hostid; .PP .ft B sethostid(hostid) -int hostid; +long hostid; .fi .SH DESCRIPTION .I Sethostid