SYSINFO_BUFSIZE
char hostbuf[SYSINFO_BUFSIZE];
bzero(hostbuf, SYSINFO_BUFSIZE);
(void) sysinfo(SI_HOSTNAME, hostbuf, SYSINFO_BUFSIZE);