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