xref: /csrg-svn/lib/libc/tahoe/sys/sethostname.s (revision 29486)
1*29486Ssam/*
2*29486Ssam * Copyright (c) 1983 Regents of the University of California.
3*29486Ssam * All rights reserved.  The Berkeley software License Agreement
4*29486Ssam * specifies the terms and conditions for redistribution.
5*29486Ssam */
6*29486Ssam
7*29486Ssam#ifdef SYSLIBC_SCCS
8*29486Ssam_sccsid:.asciz	"@(#)sethostname.s	5.1 (Berkeley) 07/02/86"
9*29486Ssam#endif SYSLIBC_SCCS
10*29486Ssam
11*29486Ssam#include "SYS.h"
12*29486Ssam
13*29486SsamSYSCALL(sethostname)
14*29486Ssam	ret		# sethostname(name, len)
15