1*29460Ssam/* 2*29460Ssam * Copyright (c) 1983 Regents of the University of California. 3*29460Ssam * All rights reserved. The Berkeley software License Agreement 4*29460Ssam * specifies the terms and conditions for redistribution. 5*29460Ssam */ 6*29460Ssam 7*29460Ssam#ifdef SYSLIBC_SCCS 8*29460Ssam_sccsid:.asciz "@(#)gethostname.s 5.1 (Berkeley) 07/02/86" 9*29460Ssam#endif SYSLIBC_SCCS 10*29460Ssam 11*29460Ssam#include "SYS.h" 12*29460Ssam 13*29460SsamSYSCALL(gethostname) 14*29460Ssam ret # len = gethostname(buf, buflen) 15