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