xref: /csrg-svn/lib/libc/sys/sethostname.s (revision 21871)
1*21871Sdist/*
2*21871Sdist * Copyright (c) 1983 Regents of the University of California.
3*21871Sdist * All rights reserved.  The Berkeley software License Agreement
4*21871Sdist * specifies the terms and conditions for redistribution.
5*21871Sdist */
69502Smckusick
7*21871Sdist#ifndef lint
8*21871Sdiststatic char sccsid[] = "@(#)sethostname.s	5.1 (Berkeley) 06/03/85";
9*21871Sdist#endif not lint
10*21871Sdist
119502Smckusick#include "SYS.h"
129502Smckusick
139502SmckusickSYSCALL(sethostname)
149502Smckusick	ret		# sethostname(name, len)
15